Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/providers/sqlite.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/05/12 18:53:00 @326 [326] lakin fixing the postgresql connection tests and the sqlite join sql writer
(edit) 04/05/12 18:52:46 @325 [325] lakin As of sqlite3 2.6.0 (python module version) - we can put ON clauses for …
(edit) 06/18/11 23:38:48 @297 [297] lakin adding some warnings filter for scale precision. We know that those data …
(edit) 06/13/11 16:36:20 @291 [291] lakin fixing some more tests. Specifically, the exists method for in memory …
(edit) 01/06/10 18:38:58 @286 [286] lakin Fumanchu says he's fine with this patch - although trying to introspect …
(edit) 03/18/09 19:50:39 @278 [278] fumanchu New Database.exists method.
(edit) 02/23/09 12:35:28 @277 [277] lakin geniusql - removing an errant print.
(edit) 02/17/09 10:06:32 @276 [276] lakin geniusql - sqlite provider was missing synonyms for DECIMAL and BOOLEAN
(edit) 02/14/09 16:20:06 @274 [274] lakin geniusql - ensure the SQLiteConnectionManager properly sets up its …
(edit) 02/04/09 17:39:28 @271 [271] fumanchu Fix for http://www.aminus.net/dejavu/ticket/109 (Concurrency failures with …
(edit) 11/28/08 21:26:24 @256 [256] fumanchu Whew. Major move of LIKE logic from the deparsers into the adapters. This …
(edit) 11/27/08 08:56:59 @253 [253] lakin CHAR is another synonym for VARCHAR, and the NUMERIC columns in sqlite.
(edit) 11/20/08 20:44:41 @252 [252] lakin Properly autodetct the autoincrement in sqlite
(edit) 11/20/08 19:13:02 @251 [251] lakin Providing more sqlite synonyms. This aids the modeler in creating a Unit …
(edit) 11/26/07 19:09:15 @243 [243] fumanchu SQLite fix for new start method syntax.
(edit) 11/26/07 16:59:56 @240 [240] fumanchu Initial work on auto-reconnecting to DB (pypgsql and mysql). The remaining …
(edit) 11/18/07 17:05:09 @237 [237] fumanchu Added max_scale to all providers.
(edit) 11/17/07 22:29:56 @234 [234] fumanchu Final fixes for SQLite. Looks like what it needed most all along was just …
(edit) 11/17/07 18:58:19 @233 [233] fumanchu Whoops. Now that localtime_offset depends on the time of year, it …
(edit) 11/17/07 18:10:24 @232 [232] fumanchu Improvements to SQLite transactions.
(edit) 11/04/07 14:32:15 @210 [210] lakin SQLite.setitem without _add_column_support mistakenly called …
(edit) 10/31/07 16:14:23 @208 [208] fumanchu Sequence improvements: …
(edit) 10/25/07 18:57:19 @202 [202] fumanchu Redundant method override.
(edit) 10/25/07 15:55:28 @200 [200] fumanchu Moved Query and Join to a new queries module. Promoted Join to top level. …
(edit) 10/25/07 02:30:38 @199 [199] fumanchu Moved most of Schema.__setitem__ and __delitem__ to new …
(edit) 10/24/07 23:59:52 @198 [198] fumanchu New ConnectionManager?.initial_sql attribute, for running e.g. "SET …
(edit) 10/19/07 10:47:08 @197 [197] fumanchu Error message audit.
(edit) 09/20/07 16:13:24 @167 [167] zakj Renamed AssociationError? to ReferenceError?.
(edit) 09/03/07 23:55:51 @160 [160] fumanchu Support for pysqlite2 (in versions of Python < 2.5, before it was built …
(edit) 08/23/07 16:20:05 @147 [147] fumanchu Exclude sqlite_sequence from SQLite _get_tables.
(edit) 08/23/07 16:15:00 @146 [146] fumanchu Much better multischema support: …
(edit) 08/23/07 10:45:35 @145 [145] fumanchu Pass table object to _get_columns/_get_index instead of tablename.
(edit) 08/15/07 00:55:11 @140 [140] fumanchu Renamed select.py to sqlwriters.py.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 07/29/07 00:03:59 @104 [104] fumanchu Fix for #7 (SQLite timezone interaction broken). Wasn't correcting for …
(edit) 05/14/07 17:54:46 @87 [87] fumanchu Better message on sqlite deadlock.
(edit) 05/08/07 15:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 04/12/07 16:59:41 @75 [75] fumanchu New conns.ConnectionPerThread? class (and new SQLiteDatabase.threadsafe …
(edit) 04/11/07 19:05:40 @74 [74] fumanchu Some provider typos and minor fixes.
(edit) 04/10/07 12:49:23 @67 [67] fumanchu SQLite upgraded to latest adapter/dbtype syntax.
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/25/07 15:14:29 @50 [50] fumanchu Buglet in SQLite coerce.
(edit) 03/23/07 13:23:58 @43 [43] fumanchu Oops. date() is a function in SQLite, not a datatype.
(edit) 03/23/07 13:17:56 @42 [42] fumanchu Fixed SQLite date binary ops. Dropped 'perfect date' distinction; if …
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/15/07 12:59:00 @34 [34] fumanchu Split decompilation from select module into its own decompile module.
(edit) 03/12/07 12:39:50 @30 [30] fumanchu Changed add_primary to set_primary; it now drops first (since MySQL cannot …
(edit) 03/10/07 20:30:32 @29 [29] fumanchu Oops.
(edit) 03/10/07 14:35:13 @27 [27] fumanchu New Database.pks_must_be_indexed attribute. Also reworked SQLite temp …
(edit) 03/10/07 12:34:06 @25 [25] fumanchu Buglet in SQLite.
(edit) 03/08/07 18:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 03/06/07 12:21:48 @21 [21] fumanchu Buglet in sqlite.
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(edit) 02/16/07 23:26:39 @14 [14] fumanchu Added isolation tests. Database kwargs now set child attributes if the key …
(edit) 02/16/07 22:11:06 @13 [13] fumanchu Package reorganization.
(edit) 02/16/07 17:56:58 @11 [11] fumanchu Split Schema from Database. Table objects now reference a parent schema, …
(edit) 02/14/07 19:12:02 @10 [10] fumanchu Separated all connection/transaction logic into a new 'connectionmanager' …
(edit) 02/12/07 19:48:48 @8 [8] fumanchu More tests. Moved id_clause, insert, save, and _grab_new_ids from Database …
(edit) 02/12/07 17:39:14 @7 [7] fumanchu Various bugfixes related to Table.created.
(edit) 02/12/07 16:34:25 @6 [6] fumanchu Added 'pytype' attribute to Columns: …
(edit) 02/11/07 23:59:01 @4 [4] fumanchu More tests (and they all pass, now). Also: …
(edit) 02/11/07 20:43:10 @3 [3] fumanchu More implementations of _grab_new_ids.
(edit) 02/11/07 02:31:31 @2 [2] fumanchu New Database methods: make_table, save, insert. Added initial test suite …
(add) 02/10/07 22:20:42 @1 [1] fumanchu Initial import.