aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sqlite.BUILD
Commit message (Collapse)AuthorAge
* Remove all references of windows_msvc config_settingGravatar Loo Rong Jie2018-07-12
|
* Build sqlite3 with json1 extensionGravatar Tim Zaman2018-06-21
|
* Make SQLite binary smaller in TensorFlowGravatar Justine Tunney2018-01-16
| | | | | | | | | This makes it 400kB smaller. This is worth it because even -O6 would only make SQLite 3% faster. https://www.sqlite.org/footprint.html PiperOrigin-RevId: 182143488
* Add Snappy support to SQLiteGravatar Justine Tunney2018-01-03
| | | | | | | | | This change also puts the necessary build infrastructure in place so we can continue to build many proper lightweight SQLite extensions in the future that are easy for users to copy over into their own environments, so they can readily access their data. PiperOrigin-RevId: 180673039
* Automated g4 rollback of changelist 178215852Gravatar A. Unique TensorFlower2017-12-07
| | | | PiperOrigin-RevId: 178260470
* Add Snappy support to SQLiteGravatar Justine Tunney2017-12-07
| | | | | | | SWIG and CLIF are way too hard. This is more idiomatic. Native extensions that add functions for protobufs will follow. PiperOrigin-RevId: 178215852
* Merge changes from github.Gravatar Martin Wicke2017-09-02
| | | | PiperOrigin-RevId: 167401527
* SQL reader op is still in progress. Currently only supports sqlite3 and onlyGravatar A. Unique TensorFlower2017-08-25
supports queries of text-valued columns. PiperOrigin-RevId: 166544839