Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/05/12 23:53:00 @326 [326] lakin fixing the postgresql connection tests and the sqlite join sql writer
(edit) 04/05/12 23:52:46 @325 [325] lakin As of sqlite3 2.6.0 (python module version) - we can put ON clauses for …
(edit) 04/05/12 23:52:29 @324 [324] lakin printing the warning when not running the mysql tests.
(edit) 04/05/12 23:52:11 @323 [323] lakin fixing the Postgresql LIKE queries.
(edit) 04/05/12 23:51:57 @322 [322] lakin fixing the PgPickle? class which was not correctly undoing some of its own …
(edit) 04/05/12 23:51:34 @321 [321] lakin allowing us to skip the concurrency one that often segfaults.
(edit) 04/05/12 23:49:18 @320 [320] lakin properly deal with our new python jumps and fix the related tests. all of …
(edit) 04/05/12 23:48:47 @319 [319] lakin fixing the bytecode to work with python2.7. Initial setup for multi python …
(edit) 03/28/12 02:32:05 @318 [318] lakin geniusql - getting astwalk to run properly on python2.7 as well.
(edit) 03/28/12 01:21:56 @317 [317] lakin fixing the codewalk.py and tests to run in both python 2.6 and python 2.7 …
(edit) 02/05/12 03:47:20 @316 [316] lakin geniusql - whitespace updates.
(edit) 10/30/11 05:24:21 @315 [315] lakin geniusql - fixing a package definition.
(edit) 10/30/11 05:23:23 @314 [314] lakin geniusql - fixing a string.
(edit) 10/30/11 05:21:14 @313 [313] lakin geniusql - fixing a string.
(edit) 10/30/11 05:11:56 @312 [312] lakin geniusql - adding a setup.py so we can use it in virtualenvs with pip.
(edit) 10/18/11 18:42:54 @311 [311] lakin further fixes to the whitespace.
(edit) 10/18/11 18:33:19 @310 [310] lakin geniusql - fixing whitespcae
(edit) 10/18/11 04:50:18 @309 [309] ltnooy Fixing timezone tests to deal with daylight saving time.
(edit) 10/18/11 04:16:58 @308 [308] ltnooy Changing timezone select tests to work across all server configured …
(edit) 10/18/11 03:24:59 @307 [307] lakin fixing the mysql tests. Default to InnoDB so we have transactions and …
(edit) 10/15/11 21:17:20 @306 [306] ltnooy Adding a test for the previous timezone aware datetime select fixes.
(edit) 10/15/11 20:46:14 @305 [305] lakin fixing the name of the hints method.
(edit) 10/15/11 20:30:03 @304 [304] lakin as of r303 line 686 was no longer necessary.
(edit) 10/15/11 20:27:31 @303 [303] lakin improves r302. the value itself is not a hint, the fact that the value is …
(edit) 10/14/11 20:38:04 @302 [302] ltnooy DatabaseTypeSet? can now optionally use the actual value not just the …
(edit) 10/01/11 23:04:54 @301 [301] ltnooy Adding a failing test for expressions.
(edit) 09/22/11 03:48:46 @300 [300] ltnooy Fixing postgres timezones with negative hours.
(edit) 09/22/11 03:00:41 @299 [299] ltnooy Adding postgres support for timestamps with timezone information.
(edit) 06/22/11 05:23:00 @298 [298] lakin mark the SQL as imperfect (is that right?) when there is a string scalar …
(edit) 06/19/11 04:38:48 @297 [297] lakin adding some warnings filter for scale precision. We know that those data …
(edit) 06/15/11 05:37:07 @296 [296] lakin adding a TODO to talk about with Leonard
(edit) 06/15/11 05:36:43 @295 [295] lakin set max_bytes instead of just bytes on MySQL types to ensure that ints use …
(edit) 06/14/11 17:16:24 @294 [294] lakin removing the last vestiges of the providers that we don't have the …
(edit) 06/14/11 17:10:08 @293 [293] lakin cleaning up the tests, and removing providers that we don't have the …
(edit) 06/14/11 05:24:58 @292 [292] lakin apparently python2.6 has a buffer type that you can't feed into a unicode …
(edit) 06/13/11 21:36:20 @291 [291] lakin fixing some more tests. Specifically, the exists method for in memory …
(edit) 06/13/11 04:26:12 @290 [290] lakin adding support for visit_STORE_MAP to the astwalk, which allows us to …
(edit) 06/13/11 03:42:16 @289 [289] lakin Adding support for visit_STORE_MAP. STORE_MAP is the bytecode used by …
(edit) 08/21/10 22:21:43 @288 [288] ltnooy Adding additional asserts to ensure that the expressions produced by …
(edit) 08/21/10 21:45:32 @287 [287] lakin version_info is a tuple. Version is a string.
(edit) 01/07/10 00:38:58 @286 [286] lakin Fumanchu says he's fine with this patch - although trying to introspect …
(edit) 01/06/10 23:49:58 @285 [285] lakin Pg_str_to_BYTEA no longer inherits from Pg_str_to_VARCHAR - so it must …
(edit) 01/06/10 23:40:20 @284 [284] lakin Better value for max_bytes and better no octal-escaping of CHAR values.
(edit) 01/06/10 22:09:45 @283 [283] lakin geniusql - postgres allows for MUCH larger varchar columns than Dejavu …
(edit) 11/12/09 04:30:15 @282 [282] lakin Fixing inserts that don't specify any values. Needs a custom MySQL insert …
(edit) 11/12/09 04:28:20 @281 [281] lakin Fixing show_warn for 2.6 compatibility
(edit) 06/30/09 15:14:25 @280 [280] fumanchu Buglet in logic.comparison for Python 2.5.
(edit) 03/19/09 00:54:06 @279 [279] fumanchu Doc update.
(edit) 03/19/09 00:50:39 @278 [278] fumanchu New Database.exists method.
(edit) 02/23/09 18:35:28 @277 [277] lakin geniusql - removing an errant print.
(edit) 02/17/09 16:06:32 @276 [276] lakin geniusql - sqlite provider was missing synonyms for DECIMAL and BOOLEAN
(edit) 02/15/09 19:46:54 @275 [275] tabo solves #23, added a limited cache to be used by the deparser class
(edit) 02/14/09 22:20:06 @274 [274] lakin geniusql - ensure the SQLiteConnectionManager properly sets up its …
(edit) 02/05/09 00:14:28 @273 [273] fumanchu Made unreachable test skippable.
(edit) 02/04/09 23:41:25 @272 [272] fumanchu Asserting that no part of geniusql uses cursor.description data returned …
(edit) 02/04/09 23:39:28 @271 [271] fumanchu Fix for http://www.aminus.net/dejavu/ticket/109 (Concurrency failures with …
(edit) 02/04/09 23:22:58 @270 [270] fumanchu A couple zoo test tweaks.
(edit) 02/04/09 23:22:30 @269 [269] fumanchu mysql modeling tweak.
(edit) 01/27/09 23:58:00 @268 [268] fumanchu MySQL autoincrement test.
(edit) 01/27/09 20:15:19 @267 [267] fumanchu More ENUM tests.
(edit) 01/27/09 19:45:47 @266 [266] fumanchu New test and fix for mysql ENUM.
(edit) 01/21/09 03:26:08 @265 [265] fumanchu Typo in _AttributeDocstrings.
(edit) 01/20/09 21:18:20 @264 [264] fumanchu Adding ENUM as a synonym for VARCHAR, since its interface works the same. …
(edit) 01/20/09 20:57:12 @263 [263] fumanchu Initial code for #24 (Support the MySQL TIMESTAMP type).
(edit) 01/20/09 19:12:49 @262 [262] fumanchu A couple typo fixes and doc tweaks for MySQL.
(edit) 12/01/08 05:45:51 @259 [259] fumanchu Test fixlet.
(edit) 12/01/08 05:45:37 @258 [258] fumanchu Better error messages on imperfect SELECT.
(edit) 12/01/08 05:44:57 @257 [257] fumanchu Some slightly-hackish fixes to get MySQL tests almost working (still some …
(edit) 11/29/08 03:26:24 @256 [256] fumanchu Whew. Major move of LIKE logic from the deparsers into the adapters. This …
(edit) 11/29/08 03:24:44 @255 [255] fumanchu Buglet in _select_lazy.
(edit) 11/28/08 23:39:16 @254 [254] fumanchu Removing the now-unused decompile module.
(edit) 11/27/08 14:56:59 @253 [253] lakin CHAR is another synonym for VARCHAR, and the NUMERIC columns in sqlite.
(edit) 11/21/08 02:44:41 @252 [252] lakin Properly autodetct the autoincrement in sqlite
(edit) 11/21/08 01:13:02 @251 [251] lakin Providing more sqlite synonyms. This aids the modeler in creating a Unit …
(edit) 11/20/08 01:47:12 @250 [250] lakin Provide a default value for the currency parameter to run
(edit) 04/04/08 08:33:01 @249 [249] fumanchu Fix for #4 (use type TEXT rather than VARCHAR).
(edit) 11/29/07 03:46:47 @248 [248] fumanchu Added SQLInjection tests. Also bolstered the type checking of comparison …
(edit) 11/29/07 03:46:04 @247 [247] fumanchu Added --skip_connection to the list of valid test options.
(edit) 11/27/07 04:14:15 @246 [246] fumanchu Use native conn.reset call with pypgsql.
(edit) 11/27/07 02:20:58 @245 [245] fumanchu Firebird support for auto-reconnect.
(edit) 11/27/07 01:09:38 @244 [244] fumanchu Psycopg support for auto-reconnect.
(edit) 11/27/07 01:09:15 @243 [243] fumanchu SQLite fix for new start method syntax.
(edit) 11/27/07 00:42:57 @242 [242] fumanchu Auto-reconnect support for SQL Server.
(edit) 11/26/07 23:00:14 @241 [241] fumanchu Added a --conquer flag to the test suite.
(edit) 11/26/07 22:59:56 @240 [240] fumanchu Initial work on auto-reconnecting to DB (pypgsql and mysql). The remaining …
(edit) 11/20/07 19:59:25 @239 [239] fumanchu Partial fix for #19 (Support imperfect SQL when LIMIT/OFFSET is provided). …
(edit) 11/18/07 23:45:55 @238 [238] fumanchu Test and temporary "fix" (raise an error) for #19 (Support imperfect SQL …
(edit) 11/18/07 23:05:09 @237 [237] fumanchu Added max_scale to all providers.
(edit) 11/18/07 22:43:04 @236 [236] fumanchu New max_scale attribute for SQL92DECIMAL.
(edit) 11/18/07 07:15:06 @235 [235] fumanchu Fix for SQL Server SNAPSHOT isolation.
(edit) 11/18/07 04:29:56 @234 [234] fumanchu Final fixes for SQLite. Looks like what it needed most all along was just …
(edit) 11/18/07 00:58:19 @233 [233] fumanchu Whoops. Now that localtime_offset depends on the time of year, it …
(edit) 11/18/07 00:10:24 @232 [232] fumanchu Improvements to SQLite transactions.
(edit) 11/17/07 23:50:42 @231 [231] fumanchu Oops.
(edit) 11/17/07 23:09:56 @230 [230] fumanchu Daylight-savings date-transformation bug in adapters.py. This fixes pretty …
(edit) 11/17/07 22:48:56 @229 [229] fumanchu Woops. MySQL reminded me to implement the reverse encoding dance when …
(edit) 11/17/07 22:38:40 @228 [228] fumanchu Fix for DROPping tables before views (Firebird complained when we tried to …
(edit) 11/17/07 22:30:31 @227 [227] fumanchu Firebird 2 (or more likely, a recent version of kinterbasdb) changed the …
(edit) 11/17/07 22:20:10 @226 [226] fumanchu Added support for Firebird 2.0's CHAR_LENGTH function.
(edit) 11/17/07 21:56:51 @225 [225] fumanchu Fix for FB pickle encoding bugs. This "fixes" all other DB's too, although …