Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql


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/18/11 13:42:54 @311 [311] lakin further fixes to the whitespace.
(edit) 10/18/11 13:33:19 @310 [310] lakin geniusql - fixing whitespcae
(edit) 10/17/11 23:50:18 @309 [309] ltnooy Fixing timezone tests to deal with daylight saving time.
(edit) 10/17/11 23:16:58 @308 [308] ltnooy Changing timezone select tests to work across all server configured …
(edit) 10/17/11 22:24:59 @307 [307] lakin fixing the mysql tests. Default to InnoDB so we have transactions and …
(edit) 10/15/11 16:17:20 @306 [306] ltnooy Adding a test for the previous timezone aware datetime select fixes.
(edit) 10/15/11 15:46:14 @305 [305] lakin fixing the name of the hints method.
(edit) 10/15/11 15:30:03 @304 [304] lakin as of r303 line 686 was no longer necessary.
(edit) 10/15/11 15:27:31 @303 [303] lakin improves r302. the value itself is not a hint, the fact that the value is …
(edit) 10/14/11 15:38:04 @302 [302] ltnooy DatabaseTypeSet? can now optionally use the actual value not just the …
(edit) 10/01/11 18:04:54 @301 [301] ltnooy Adding a failing test for expressions.
(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/22/11 00:23:00 @298 [298] lakin mark the SQL as imperfect (is that right?) when there is a string scalar …
(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:37:07 @296 [296] lakin adding a TODO to talk about with Leonard
(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) 06/12/11 23:26:12 @290 [290] lakin adding support for visit_STORE_MAP to the astwalk, which allows us to …
(edit) 06/12/11 22:42:16 @289 [289] lakin Adding support for visit_STORE_MAP. STORE_MAP is the bytecode used by …
(edit) 08/21/10 17:21:43 @288 [288] ltnooy Adding additional asserts to ensure that the expressions produced by …
(edit) 08/21/10 16:45:32 @287 [287] lakin version_info is a tuple. Version is a string.
(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) 11/11/09 22:28:20 @281 [281] lakin Fixing show_warn for 2.6 compatibility
(edit) 06/30/09 10:14:25 @280 [280] fumanchu Buglet in logic.comparison for Python 2.5.
(edit) 03/18/09 19:54:06 @279 [279] fumanchu Doc update.
(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/15/09 13:46:54 @275 [275] tabo solves #23, added a limited cache to be used by the deparser class
(edit) 02/14/09 16:20:06 @274 [274] lakin geniusql - ensure the SQLiteConnectionManager properly sets up its …
(edit) 02/04/09 18:14:28 @273 [273] fumanchu Made unreachable test skippable.
(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) 02/04/09 17:22:58 @270 [270] fumanchu A couple zoo test tweaks.
(edit) 02/04/09 17:22:30 @269 [269] fumanchu mysql modeling tweak.
(edit) 01/27/09 17:58:00 @268 [268] fumanchu MySQL autoincrement test.
(edit) 01/27/09 14:15:19 @267 [267] fumanchu More ENUM tests.
(edit) 01/27/09 13:45:47 @266 [266] fumanchu New test and fix for mysql ENUM.
(edit) 01/20/09 21:26:08 @265 [265] fumanchu Typo in _AttributeDocstrings.
(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:45:51 @259 [259] fumanchu Test fixlet.
(edit) 11/30/08 23:45:37 @258 [258] fumanchu Better error messages on imperfect SELECT.
(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/28/08 21:24:44 @255 [255] fumanchu Buglet in _select_lazy.
(edit) 11/28/08 17:39:16 @254 [254] fumanchu Removing the now-unused decompile module.
(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/19/08 19:47:12 @250 [250] lakin Provide a default value for the currency parameter to run
(edit) 04/04/08 03:33:01 @249 [249] fumanchu Fix for #4 (use type TEXT rather than VARCHAR).
(edit) 11/28/07 21:46:47 @248 [248] fumanchu Added SQLInjection tests. Also bolstered the type checking of comparison …
(edit) 11/28/07 21:46:04 @247 [247] fumanchu Added --skip_connection to the list of valid test options.
(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 17:00:14 @241 [241] fumanchu Added a --conquer flag to the test suite.
(edit) 11/26/07 16:59:56 @240 [240] fumanchu Initial work on auto-reconnecting to DB (pypgsql and mysql). The remaining …
(edit) 11/20/07 13:59:25 @239 [239] fumanchu Partial fix for #19 (Support imperfect SQL when LIMIT/OFFSET is provided). …
(edit) 11/18/07 17:45:55 @238 [238] fumanchu Test and temporary "fix" (raise an error) for #19 (Support imperfect SQL …
(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 17:50:42 @231 [231] fumanchu Oops.
(edit) 11/17/07 17:09:56 @230 [230] fumanchu Daylight-savings date-transformation bug in adapters.py. This fixes pretty …
(edit) 11/17/07 16:48:56 @229 [229] fumanchu Woops. MySQL reminded me to implement the reverse encoding dance when …
(edit) 11/17/07 16:38:40 @228 [228] fumanchu Fix for DROPping tables before views (Firebird complained when we tried to …
(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 15:00:24 @224 [224] fumanchu Proper rollback on concurrency test errors.
(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/17/07 14:51:21 @222 [222] fumanchu Docstrings, and commented out a test that doesn't have any code for it …
(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/05/07 18:41:16 @217 [217] fumanchu More 2.5 funkiness.
(edit) 11/05/07 17:20:44 @216 [216] fumanchu logic.filter now allows an empty dict. Also a Py2.5 bugfix.
(edit) 11/05/07 16:35:12 @215 [215] fumanchu Allow named_opcodes to take a string (e.g. a co_code string).
(edit) 11/05/07 14:35:46 @214 [214] fumanchu logic: Bugfixes for Expression.is_constant.
(edit) 11/05/07 12:54:43 @213 [213] fumanchu Fix for is_constant when the func has a docstring in co_consts (instead of …
(edit) 11/05/07 12:52:57 @212 [212] fumanchu Either I was wrong about changes to co_consts in Python 2.5, or it was …
(edit) 11/05/07 12:50:28 @211 [211] fumanchu Python 2.5 fix to test_logic.py.