Evan Emelga and Tanner Bennett
55cb7ebf8f
Sort realm table names alphabetically ( #453 )
2020-10-12 23:07:18 -05:00
Tanner Bennett
fbeb1beca0
Namespace some category filenames
2020-04-06 17:32:11 -05:00
Tanner Bennett
d9e9be53d8
Various database browser related upgrades
...
- All database managers automatically open and close connections to the underlying database
- Allow getting last result and last rowid from FLEXSQLiteDatabaseManager
- Execute statements with arguments with FLEXSQLiteDatabaseManager
2020-03-27 19:59:32 -05:00
Les Melnychuk and Tanner Bennett
15d7d07809
Add ability to run SQL queries
2020-03-03 12:41:45 -06:00
Tanner Bennett
a556ece626
Tidy up database browser
2020-03-02 17:51:08 -06:00
Tanner Bennett
795cff68fd
Clean up formatting in various files
...
- Braces on same line
- Comments and method calls curbed to be near or under 100 characters per line
2020-02-06 14:21:22 -06:00
Tanner Bennett
bff9f1dd89
Remove redundant property attributes
...
Object properties are strong by default, and primitive ones are assign by default. Verbosity is nice, but in this case it introduces unnecessary cognitive load.
Remove all usage of `strong` and `assign` property attributes
2019-08-16 12:48:35 -05:00
Tanner Bennett
81b7ccea22
Avoid using [[* alloc] init*] where possible
...
Prefer shorthand initializers, like +new or +stringWithCString:encoding:
2019-08-16 12:48:34 -05:00
Chaoshuai Lu and Chaoshuai Lü
a535f10d0c
Add generics to foundation collection classes
2018-01-23 23:04:33 -08:00
Tim Oliver
5f27a2304b
Replaced 'path' property with 'fileURL' in Realm configuration
2016-05-20 15:21:24 +08:00
Ryan Olson
d1c1aa0a26
Fix xcodebuild error from incorrect method resolution
2016-02-28 22:15:07 -08:00
Tim Oliver
552e687b9c
Added handling for nil Realm property values
2016-02-23 22:08:51 +08:00
Tim Oliver
548fd03bd5
Made Realm integration a dynamic runtime check.
2016-02-17 11:19:17 +08:00
Tim Oliver
0112c097d9
Updated Realm optional macros and cleaned project changes.
2016-02-09 14:10:52 +08:00
Tim Oliver
b6453ac360
Made references to Realm build optional.
2016-02-06 15:36:49 +08:00
Tim Oliver
b693ceb20e
Cleaned up protocol logic.
2016-02-06 14:42:19 +08:00