John Estropia
|
8bac4aa901
|
Fixed Xcode 9 beta 6 errors
|
2017-08-24 10:11:12 +09:00 |
|
John Estropia
|
da170c7e51
|
Fixed Xcode 9 beta 6 errors
|
2017-08-23 18:40:06 +09:00 |
|
John Estropia
|
211e69023e
|
version bump
|
2017-08-23 12:59:36 +09:00 |
|
John Rommel Estropia
|
2912dcf010
|
iOS 11 fixed the NSFetchRequest.affectedStores bug
|
2017-08-23 12:55:02 +09:00 |
|
John Rommel Estropia
|
a33e248828
|
Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders
# Conflicts:
# Sources/NSManagedObjectContext+Querying.swift
|
2017-08-16 21:09:09 +09:00 |
|
John Rommel Estropia
|
75e14fbbed
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
# Conflicts:
# Sources/NSManagedObjectContext+Querying.swift
|
2017-08-16 21:08:33 +09:00 |
|
John Rommel Estropia
|
9922deac4d
|
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts:
# Sources/AttributeProtocol.swift
# Sources/DynamicSchema+Convenience.swift
# Sources/ImportableAttributeType.swift
# Sources/Relationship.swift
# Sources/RelationshipProtocol.swift
# Sources/Transformable.swift
# Sources/Value.swift
|
2017-08-16 21:07:34 +09:00 |
|
John Rommel Estropia
|
0f10bc3349
|
version bump
|
2017-08-16 20:26:22 +09:00 |
|
John Rommel Estropia
|
9685f0aef2
|
#191
|
2017-08-16 20:21:26 +09:00 |
|
John Rommel Estropia
|
3bd459bb1a
|
updated docs
|
2017-08-16 20:09:09 +09:00 |
|
Sid Mani
|
c89bc3c227
|
Corrected type-checking in fetchExisting to preserve input type
|
2017-08-16 00:36:06 -07:00 |
|
John Rommel Estropia
|
0f405a50aa
|
WIP: KeyPath utilities for all clauses
|
2017-08-10 00:42:29 +09:00 |
|
John Estropia
|
f5e1643ef7
|
minor cleanup
|
2017-08-10 00:10:15 +09:00 |
|
John Rommel Estropia
|
f62137fb58
|
rename file
|
2017-08-10 00:10:08 +09:00 |
|
John Rommel Estropia
|
37fbedd799
|
WIP: keypath utilities for all raw clauses
|
2017-08-09 08:11:41 +09:00 |
|
John Rommel Estropia
|
28b43f33fa
|
Value.Required now requires an "initial:" parameter. For previous CoreStoreObject users, use the appropriate empty value for your existing properties (0 for numeric types, false for Bool, "" for String)
|
2017-08-08 18:36:25 +09:00 |
|
John Rommel Estropia
|
81a72f29ea
|
Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders
|
2017-08-08 08:02:17 +09:00 |
|
John Rommel Estropia
|
f7aaf4fb2a
|
Fix compile errors for Xcode 9 beta 5
|
2017-08-08 08:02:05 +09:00 |
|
John Rommel Estropia
|
a52acf2ebd
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-08-08 07:56:32 +09:00 |
|
John Rommel Estropia
|
74c64619c3
|
Fix compile error for Xcode 9 beta 5
|
2017-08-08 07:56:21 +09:00 |
|
John Rommel Estropia
|
4a5bc6450b
|
complete query utilities
|
2017-08-08 07:36:52 +09:00 |
|
John Rommel Estropia
|
fe69e7c6c4
|
Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders
# Conflicts:
# CoreStore.xcodeproj/project.pbxproj
# Sources/Relationship.swift
# Sources/Value.swift
|
2017-08-05 23:02:00 +09:00 |
|
John Rommel Estropia
|
ccf7c62aad
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-08-05 08:25:49 +09:00 |
|
John Rommel Estropia
|
f36cb8af63
|
iOS 11 fixed the NSFetchRequest.affectedStores bug
|
2017-08-05 08:25:28 +09:00 |
|
John Rommel Estropia
|
5c0e78bd53
|
Deleted EmptyableAttributeType and require "initial" parameter for Value.Required
|
2017-08-05 00:03:17 +09:00 |
|
John Rommel Estropia
|
8a09688117
|
Merge branch 'develop' into prototype/Swift_3_2
|
2017-07-15 21:30:05 +09:00 |
|
John Estropia
|
a366bcf1a3
|
Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop
|
2017-07-11 15:47:20 +09:00 |
|
John Rommel Estropia
|
fcd4be9011
|
WIP: chained queries for section monitors
|
2017-07-10 08:23:59 +09:00 |
|
John Rommel Estropia
|
535eb76adc
|
WIP: query chains!
|
2017-07-09 10:44:53 +09:00 |
|
John Rommel Estropia
|
c6e68ac24f
|
reset transactions' context on deinit to break reference cycles in unsafed many-to-many relationships
|
2017-07-05 23:32:45 +09:00 |
|
John Rommel Estropia
|
aff966aac9
|
WIP: Query builders
|
2017-07-05 08:45:10 +09:00 |
|
John Rommel Estropia
|
32743b3aee
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-07-04 23:16:49 +09:00 |
|
John Rommel Estropia
|
a20ad87583
|
Merge branch 'develop' into prototype/Swift_3_2
|
2017-07-04 23:14:06 +09:00 |
|
John Estropia
|
a11915db12
|
minor cleanup
|
2017-07-04 12:21:46 +09:00 |
|
John Rommel Estropia
|
961f39a806
|
add internal utilities to force checkpoint operations on SQLite
|
2017-07-01 17:05:10 +09:00 |
|
John Rommel Estropia
|
3096cb784c
|
add internal utilities to force checkpoint operations on SQLite
|
2017-07-01 16:45:11 +09:00 |
|
John Rommel Estropia
|
809aa4ff96
|
allow querying file size on SQLiteStore
|
2017-07-01 11:50:23 +09:00 |
|
Tommaso Piazza
|
790454f514
|
Add optional && and || operators to Where clause
|
2017-06-27 13:58:16 +02:00 |
|
John Rommel Estropia
|
9a38707c58
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-06-26 00:36:07 +09:00 |
|
John Rommel Estropia
|
fb7e2f7f7f
|
Merge branch 'develop' into prototype/Swift_3_2
|
2017-06-26 00:34:32 +09:00 |
|
John Rommel Estropia
|
f72efc80b2
|
added utilities for combining Where arrays and OrderBy arrays
|
2017-06-24 17:42:56 +09:00 |
|
John Estropia
|
fcda5399da
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-06-23 17:58:49 +09:00 |
|
John Estropia
|
fd3a9b00ec
|
fix FRC breaking again for iOS 8
|
2017-06-23 17:58:34 +09:00 |
|
John Estropia
|
f56c37f9ee
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
|
2017-06-23 12:43:20 +09:00 |
|
John Estropia
|
5f5000218a
|
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts:
# CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift
# Sources/Value.swift
|
2017-06-23 12:43:03 +09:00 |
|
John Estropia
|
e8eb309d82
|
Added source docs on usage of custom getters and setters for CoreStoreObject properties (Value.Required, etc)
|
2017-06-20 20:32:27 +09:00 |
|
John Rommel Estropia
|
d0c3203e63
|
force reset contexts after autocommit
|
2017-06-17 21:50:21 +09:00 |
|
John Rommel Estropia
|
1a99fea820
|
complete PartialObject utilities
|
2017-06-17 01:55:36 +09:00 |
|
John Rommel Estropia
|
195b60615b
|
added missing utilities
|
2017-06-16 01:42:09 +09:00 |
|
John Rommel Estropia
|
2c394965b8
|
remove direct access to CoreStoreObject.primitiveValues and replace PartialObject<O>
|
2017-06-16 01:02:23 +09:00 |
|