Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/providers/mysql.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 10/17/11 22:24:59 @307 [307] lakin fixing the mysql tests. Default to InnoDB so we have transactions and …
(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) 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/04/09 17:41:25 @272 [272] fumanchu Asserting that no part of geniusql uses cursor.description data returned …
(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/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 16:43:04 @236 [236] fumanchu New max_scale attribute for SQL92DECIMAL.
(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) 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/03/07 16:52:11 @188 [188] fumanchu MySQL: Warning and error for manual insertion of 0 into an AUTO_INCREMENT …
(edit) 09/10/07 18:06:22 @164 [164] fumanchu Some MySQL 5.0.3+ fixes.
(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/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 05/08/07 15:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 04/11/07 19:05:40 @74 [74] fumanchu Some provider typos and minor fixes.
(edit) 04/10/07 15:59:31 @70 [70] fumanchu Uniform TypeErrors? in adapters.
(edit) 04/09/07 19:52:08 @66 [66] fumanchu MySQL upgraded to latest adapter/dbtype syntax.
(edit) 04/05/07 13:51:37 @59 [59] fumanchu Better adaptation. Adapters now do all the binary_op and compare_op logic. …
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/25/07 00:02:27 @48 [48] fumanchu Final fix to MySQL date math.
(edit) 03/22/07 17:50:45 @41 [41] fumanchu MySQL binary_op with dates almost works now.
(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/08/07 18:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(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/13/07 00:17:19 @9 [9] fumanchu Yet more tests. Added Table.delete and delete_all methods. All id_clause …
(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.