SQLite.swift/SQLite
Stephen Celis 17e0f96d8b Simplify limit() logic
At least for the functional mindset. A short one-liner should be more
readable than an if-else.

Signed-off-by: Stephen Celis <stephen@stephencelis.com>
2015-05-13 19:45:08 -04:00
..
Database.swift Make `lastError` optional 2015-05-13 19:41:39 -04:00
Expression.swift Document the collation enumeration 2015-05-13 19:43:24 -04:00
FTS.swift Standardize void types 2015-05-12 18:52:35 -04:00
Functions.swift Better document defaults 2015-05-13 19:40:20 -04:00
Info.plist Universal Framework 2015-02-15 19:43:08 -08:00
Query.swift Simplify limit() logic 2015-05-13 19:45:08 -04:00
RTree.swift Standardize void types 2015-05-12 18:52:35 -04:00
SQLite-Bridging.h Conventionally mark Objective-C implementation details private 2015-03-28 13:32:26 -07:00
SQLite-Bridging.m Conventionally mark Objective-C implementation details private 2015-03-28 13:32:26 -07:00
SQLite.h Use an embedded module instead of a bridging header 2015-03-28 13:28:54 -07:00
SQLite.xcconfig DRY up project configuration 2015-04-27 08:49:55 -04:00
Schema.swift Standardize void types 2015-05-12 18:52:35 -04:00
Statement.swift Make `lastError` optional 2015-05-13 19:41:39 -04:00
Value.swift Standardize void types 2015-05-12 18:52:35 -04:00
fts3_tokenizer.h Move fts3_tokenizer to ease Frameworkless Target install 2015-04-24 09:30:31 -04:00