Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/providers


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 02/04/12 21:47:20 @316 [316] lakin geniusql - whitespace updates.
(edit) 10/17/11 22:24:59 @307 [307] lakin fixing the mysql tests. Default to InnoDB so we have transactions and …
(edit) 09/21/11 22:48:46 @300 [300] ltnooy Fixing postgres timezones with negative hours.
(edit) 09/21/11 22:00:41 @299 [299] ltnooy Adding postgres support for timestamps with timezone information.
(edit) 06/18/11 23:38:48 @297 [297] lakin adding some warnings filter for scale precision. We know that those data …
(edit) 06/15/11 00:36:43 @295 [295] lakin set max_bytes instead of just bytes on MySQL types to ensure that ints use …
(edit) 06/14/11 12:16:24 @294 [294] lakin removing the last vestiges of the providers that we don't have the …
(edit) 06/14/11 12:10:08 @293 [293] lakin cleaning up the tests, and removing providers that we don't have the …
(edit) 06/14/11 00:24:58 @292 [292] lakin apparently python2.6 has a buffer type that you can't feed into a unicode …
(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) 01/06/10 17:49:58 @285 [285] lakin Pg_str_to_BYTEA no longer inherits from Pg_str_to_VARCHAR - so it must …
(edit) 01/06/10 17:40:20 @284 [284] lakin Better value for max_bytes and better no octal-escaping of CHAR values.
(edit) 01/06/10 16:09:45 @283 [283] lakin geniusql - postgres allows for MUCH larger varchar columns than Dejavu …
(edit) 11/11/09 22:30:15 @282 [282] lakin Fixing inserts that don't specify any values. Needs a custom MySQL insert …
(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:41:25 @272 [272] fumanchu Asserting that no part of geniusql uses cursor.description data returned …
(edit) 02/04/09 17:39:28 @271 [271] fumanchu Fix for http://www.aminus.net/dejavu/ticket/109 (Concurrency failures with …
(edit) 01/27/09 13:45:47 @266 [266] fumanchu New test and fix for mysql ENUM.
(edit) 01/20/09 15:18:20 @264 [264] fumanchu Adding ENUM as a synonym for VARCHAR, since its interface works the same. …
(edit) 01/20/09 14:57:12 @263 [263] fumanchu Initial code for #24 (Support the MySQL TIMESTAMP type).
(edit) 01/20/09 13:12:49 @262 [262] fumanchu A couple typo fixes and doc tweaks for MySQL.
(edit) 11/30/08 23:44:57 @257 [257] fumanchu Some slightly-hackish fixes to get MySQL tests almost working (still some …
(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) 04/04/08 03:33:01 @249 [249] fumanchu Fix for #4 (use type TEXT rather than VARCHAR).
(edit) 11/26/07 22:14:15 @246 [246] fumanchu Use native conn.reset call with pypgsql.
(edit) 11/26/07 20:20:58 @245 [245] fumanchu Firebird support for auto-reconnect.
(edit) 11/26/07 19:09:38 @244 [244] fumanchu Psycopg support for auto-reconnect.
(edit) 11/26/07 19:09:15 @243 [243] fumanchu SQLite fix for new start method syntax.
(edit) 11/26/07 18:42:57 @242 [242] fumanchu Auto-reconnect support for SQL Server.
(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/18/07 16:43:04 @236 [236] fumanchu New max_scale attribute for SQL92DECIMAL.
(edit) 11/18/07 01:15:06 @235 [235] fumanchu Fix for SQL Server SNAPSHOT isolation.
(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/17/07 16:30:31 @227 [227] fumanchu Firebird 2 (or more likely, a recent version of kinterbasdb) changed the …
(edit) 11/17/07 16:20:10 @226 [226] fumanchu Added support for Firebird 2.0's CHAR_LENGTH function.
(edit) 11/17/07 15:56:51 @225 [225] fumanchu Fix for FB pickle encoding bugs. This "fixes" all other DB's too, although …
(edit) 11/17/07 14:52:51 @223 [223] fumanchu Fix for Firebird 2.0, which assumes scalar columns are padded CHAR (so …
(edit) 11/12/07 13:05:00 @221 [221] fumanchu Buglet in MySQL SET TRANSACTION usage. Thanks to Mathieu Rouleau for the …
(edit) 11/12/07 12:40:13 @220 [220] fumanchu Fix for #18 (MySQL 5.0.3+ returning DECIMAL with no fractions).
(edit) 11/08/07 17:59:50 @219 [219] fumanchu postgres: better str to bytea support.
(edit) 11/08/07 10:59:20 @218 [218] fumanchu Safer sequencing for postgres.
(edit) 11/04/07 14:32:15 @210 [210] lakin SQLite.setitem without _add_column_support mistakenly called …
(edit) 11/01/07 12:27:43 @209 [209] fumanchu New Schema.index_name method. New Table.implicit_pkey_indices flag. Not …
(edit) 10/31/07 16:14:23 @208 [208] fumanchu Sequence improvements: …
(edit) 10/29/07 18:56:01 @205 [205] fumanchu Some fixes for View discovery.
(edit) 10/29/07 14:31:13 @204 [204] fumanchu Most of the fix for #16 (add View class).
(edit) 10/25/07 18:57:19 @202 [202] fumanchu Redundant method override.
(edit) 10/25/07 18:47:50 @201 [201] fumanchu Firebird 2.0 fixes. Still a lot failing, but not everything now.
(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) 10/12/07 14:15:12 @195 [195] fumanchu Trapped another libpq.DatabaseError?.
(edit) 10/04/07 03:49:10 @189 [189] fumanchu Added OFFSET support to SQL Server (thanks to Paul Silveira).
(edit) 10/03/07 16:52:11 @188 [188] fumanchu MySQL: Warning and error for manual insertion of 0 into an AUTO_INCREMENT …
(edit) 10/03/07 16:50:43 @187 [187] fumanchu Oops. Safer to close the conn with a finally.
(edit) 10/03/07 16:11:47 @186 [186] fumanchu Fix for SQL Server when manually inserting values into an identity column. …
(edit) 09/28/07 19:12:29 @183 [183] fumanchu Even better.
(edit) 09/28/07 19:02:23 @182 [182] fumanchu Fix for SQL Server 2005 Express Edition.
(edit) 09/25/07 17:22:15 @180 [180] fumanchu Oops.
(edit) 09/25/07 17:13:46 @179 [179] fumanchu Improved handling of schema name for sequences.
(edit) 09/24/07 12:59:21 @176 [176] fumanchu Schema'd sequence name fix and DON'T run CREATE SCHEMA on a master conn! …
(edit) 09/24/07 11:13:01 @175 [175] fumanchu Better error handling for pypgsql DDL, plus a new connection test.
(edit) 09/24/07 00:24:57 @174 [174] fumanchu New restrict=False arg for PgSchema?.drop.
(edit) 09/23/07 22:39:53 @173 [173] fumanchu Typo in postgres.PgSchema?.drop_sequence.
(edit) 09/23/07 20:20:01 @172 [172] fumanchu Docstring updates.
(edit) 09/22/07 16:39:07 @171 [171] fumanchu Postgres experiment: prefix table.qname with the schema.name.
(edit) 09/20/07 16:43:19 @168 [168] fumanchu Fix for pypgsql default values.
(edit) 09/20/07 16:13:24 @167 [167] zakj Renamed AssociationError? to ReferenceError?.
(edit) 09/10/07 18:06:22 @164 [164] fumanchu Some MySQL 5.0.3+ fixes.
(edit) 09/08/07 17:40:43 @163 [163] fumanchu Fix for stop when using MSAccess without fixedpoint lib installed.
(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/31/07 02:35:03 @157 [157] fumanchu Buglet in pypgsql version
(edit) 08/29/07 13:25:08 @155 [155] fumanchu Bug in SQLServer init.
(edit) 08/28/07 20:25:05 @154 [154] fumanchu Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also …
(edit) 08/28/07 15:28:30 @153 [153] fumanchu Separate adapters for timezone-aware or -naive datetimes for Postgres.
(edit) 08/27/07 17:52:53 @152 [152] fumanchu Improved timezone support (pg only at the moment).
(edit) 08/26/07 19:52:32 @150 [150] fumanchu Oops. Bug in postgres _get_table.
(edit) 08/24/07 11:03:31 @148 [148] fumanchu Unjoined some discovery calls.
(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/16/07 03:46:12 @143 [143] fumanchu New Table.description attribute, plus lots of postgres reflection fixes.
(edit) 08/15/07 00:55:11 @140 [140] fumanchu Renamed select.py to sqlwriters.py.
(edit) 08/15/07 00:27:54 @139 [139] fumanchu Provider updates to new delete/update/insertwriter classes. Fixes #11.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/03/07 10:49:12 @112 [112] fumanchu Fix for #10 (Psycopg errors on DDL in autocommit mode).
(edit) 08/03/07 04:08:15 @111 [111] fumanchu Got rid of that awful _initargs with some equally awful …
(edit) 08/01/07 16:25:57 @106 [106] fumanchu New tests (and a couple fixes) for scalar columns. Also faster …
(edit) 07/29/07 00:03:59 @104 [104] fumanchu Fix for #7 (SQLite timezone interaction broken). Wasn't correcting for …