John Estropia
|
e6aa72fb5f
|
support transformable values
|
2017-04-21 19:35:29 +09:00 |
|
John Estropia
|
fe70b7a27d
|
added tool to convert existing NSManagedObjectModels to the new CoreStoreSchema
|
2017-04-21 14:54:57 +09:00 |
|
John Estropia
|
fd14a18248
|
Unify generics usage in ListMonitor and ObjectMonitor
|
2017-04-20 10:42:47 +09:00 |
|
John Estropia
|
9f3db61ff7
|
WIP: allow migrations for CoreStoreObjects
|
2017-04-11 19:13:35 +09:00 |
|
John Estropia
|
c0ae129b22
|
NSManagedObject features are now fully supported for CoreStoreObject types. MacOSX 10.12 onwards now support ListMonitors and ObjectMonitors
|
2017-04-07 20:14:13 +09:00 |
|
John Estropia
|
8b77e4e5a0
|
WIP: prototype for ManagedObjectProtocol
|
2017-04-05 21:56:19 +09:00 |
|
John Rommel Estropia
|
cdcd7d0416
|
removed deprecated functions in unit tests and demo app
|
2017-04-01 23:08:36 +09:00 |
|
John Estropia
|
97d7a276fe
|
new auto-commit transaction methods
|
2017-03-31 19:44:18 +09:00 |
|
John Estropia
|
cb6d5b015b
|
WIP: prototyping new transaction structure
|
2017-03-24 21:15:51 +09:00 |
|
John Rommel Estropia
|
494965de23
|
changed protocol naming
|
2017-03-10 08:30:12 +09:00 |
|
John Rommel Estropia
|
6055685c00
|
WIP: compilable again now
|
2017-03-02 22:26:45 +09:00 |
|
John Estropia
|
9d5e04854a
|
extra extra type safety for attributes (fetching and importing)
|
2017-02-17 14:13:16 +09:00 |
|
John Estropia
|
d2fd03c1f0
|
Where clauses are now more strict with the argument types
|
2017-02-17 10:47:38 +09:00 |
|
John Estropia
|
bdf6308d8f
|
swift 3.1 support
|
2017-02-07 18:17:40 +09:00 |
|
John Rommel Estropia
|
5d2956d674
|
Make RecreateStoreOnModelMismatch flag work again (fixes #126)
|
2016-11-26 16:19:12 +09:00 |
|
John Estropia
|
2b37daefe0
|
minor documentation updates
|
2016-11-17 14:31:06 +09:00 |
|
John Estropia
|
b230ed6400
|
FetchableSource and QueryableSource protocols
|
2016-11-15 18:00:39 +09:00 |
|
John Estropia
|
33a5c123aa
|
resurrect utilities for creating NSFetchedResultsController (fixes #119)
|
2016-11-11 17:32:13 +09:00 |
|
John Estropia
|
a9c0feae46
|
NSFetchRequest.affectedStores bug workaround
|
2016-09-27 19:02:24 +09:00 |
|
John Estropia
|
2e44f86eb6
|
Merge branch 'develop' into swift3_develop
# Conflicts:
# Cartfile
# Carthage/Checkouts/GCDKit
# CoreStore.podspec
# CoreStore.xcodeproj/project.pbxproj
# CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj
# CoreStoreTests/BaseTests/BaseTestCase.swift
# CoreStoreTests/FromTests.swift
# CoreStoreTests/GroupByTests.swift
# CoreStoreTests/OrderByTests.swift
# CoreStoreTests/StorageInterfaceTests.swift
# CoreStoreTests/TweakTests.swift
# CoreStoreTests/WhereTests.swift
# README.md
# Sources/Internal/CoreStoreFetchRequest.swift
# Sources/Internal/NSManagedObjectContext+Querying.swift
# Sources/Internal/NSManagedObjectModel+Setup.swift
# Sources/Migrating/DataStack+Migration.swift
# Sources/ObjectiveC/CSSQliteStore.swift
# Sources/ObjectiveC/CSStorageInterface.swift
# Sources/ObjectiveC/CoreStoreBridge.swift
# Sources/Observing/ListMonitor.swift
# Sources/Setup/DataStack.swift
# Sources/Setup/StorageInterfaces/ICloudStore.swift
# Sources/Setup/StorageInterfaces/LegacySQLiteStore.swift
# Sources/Setup/StorageInterfaces/SQLiteStore.swift
# Sources/Setup/StorageInterfaces/StorageInterface.swift
|
2016-09-27 18:55:37 +09:00 |
|
John Estropia
|
ed8c7b35e8
|
Reduce leaking (a little) on the workaround for NSFetchRequest.affectedStores ARC bug
|
2016-09-27 17:31:08 +09:00 |
|
John Rommel Estropia
|
4d2ebe4ea8
|
workaround #100 (NSFetchRequest.affectedStores ARC bug)
|
2016-09-27 02:39:28 +09:00 |
|
John Rommel Estropia
|
6cef8f4b4f
|
updated travis yml
|
2016-09-17 13:23:56 +09:00 |
|
John Rommel Estropia
|
243c4044ab
|
fix bridging producing base abstract class instead of subclass concrete class
|
2016-09-11 14:30:25 +09:00 |
|
John Rommel Estropia
|
f99d3cc21a
|
fix RecreateStoreOnModelMismatch option not working when an existing xcdatamodel gets updated without adding a new version
|
2016-09-10 22:51:33 +09:00 |
|
John Estropia
|
e5245a0e5b
|
user #keyPath() for keys in demo app and in unit tests
|
2016-09-09 17:05:55 +09:00 |
|
John Estropia
|
82de482191
|
WIP: broken generics
|
2016-09-06 20:16:46 +09:00 |
|
John Estropia
|
0ba63c6e72
|
WIP: Xcode 8 beta 6
|
2016-09-06 09:57:28 +09:00 |
|
John Rommel Estropia
|
e9be711d4c
|
WIP: demo app
|
2016-07-25 08:21:22 +09:00 |
|
John Rommel Estropia
|
db5b8ca702
|
Merge branch 'develop' into swift3_develop
# Conflicts:
# Cartfile.resolved
# Carthage/Checkouts/GCDKit
# CoreStoreTests/ErrorTests.swift
# Sources/Fetching and Querying/Concrete Clauses/Select.swift
# Sources/ObjectiveC/CSError.swift
|
2016-07-22 00:47:03 +09:00 |
|
John Rommel Estropia
|
2f39f9188b
|
WIP: the great renaming
|
2016-07-21 23:12:24 +09:00 |
|
John Estropia
|
e4b6c06401
|
fixed internal errors getting thrown as .Unknown instead of .InternalError (fixes #84)
|
2016-07-21 11:51:49 +09:00 |
|
John Rommel Estropia
|
a638620858
|
WIP
|
2016-07-21 02:45:42 +09:00 |
|
John Rommel Estropia
|
267c21063a
|
WIP: segfault
|
2016-07-20 08:12:04 +09:00 |
|
John Rommel Estropia
|
921b85d91b
|
documentation updates
|
2016-07-11 02:04:18 +09:00 |
|
John Rommel Estropia
|
f9014e65e0
|
objc keypath utilities
|
2016-07-01 01:06:16 +09:00 |
|
John Rommel Estropia
|
82887b1dd2
|
CSInto unit tests
|
2016-06-25 13:43:43 +09:00 |
|
John Estropia
|
11d428c05c
|
import magic for objective c utils
|
2016-06-20 20:28:25 +09:00 |
|
John Estropia
|
0b48bb3347
|
renamed CSFromCreate() to CSFromClass()
|
2016-06-20 19:36:57 +09:00 |
|
John Rommel Estropia
|
3ccbce5c29
|
WIP: utilities for clauses
|
2016-06-20 08:09:11 +09:00 |
|
John Rommel Estropia
|
e5a199489c
|
WIP: objc utilities
|
2016-06-19 02:40:25 +09:00 |
|
John Rommel Estropia
|
2dc09289bf
|
fixed platform dependencies
|
2016-06-17 01:24:19 +09:00 |
|
John Estropia
|
141e977f9c
|
remove sort assertion when using ObjectMonitor
|
2016-06-09 18:56:32 +09:00 |
|
John Rommel Estropia
|
b98805e489
|
WIP: Fetching unit tests
|
2016-06-06 00:12:00 +09:00 |
|
John Rommel Estropia
|
fcca6b205e
|
WIP: Unit tests
|
2016-06-04 14:29:10 +09:00 |
|
John Rommel Estropia
|
7942cf411e
|
WIP: clauses unit tests
|
2016-05-26 01:03:01 +09:00 |
|
John Rommel Estropia
|
000a357808
|
WIP: test cases
|
2016-05-23 23:40:00 +09:00 |
|
John Estropia
|
77236d66d5
|
relax NSManagedObject return types so callers don't need to cast every time
|
2016-05-11 21:55:51 +09:00 |
|
John Estropia
|
8b95d337a3
|
relax NSManagedObject return types so callers don't need to cast every time
|
2016-05-10 21:49:50 +09:00 |
|
John Rommel Estropia
|
57b66cff34
|
implementations for desctiption and debugDescription complete for all CoreStore types
|
2016-05-08 20:30:28 +09:00 |
|