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) 08/13/07 06:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/04/07 22:32:53 @116 [116] fumanchu Some attribute lists were not sequences.
(edit) 08/03/07 18:49:42 @115 [115] fumanchu Minor cleanups to logic.Expression.
(edit) 08/03/07 16:45:11 @114 [114] fumanchu made from_genexp a classmethod
(edit) 08/03/07 16:38:00 @113 [113] fumanchu New benchmark module.
(edit) 08/03/07 15:49:12 @112 [112] fumanchu Fix for #10 (Psycopg errors on DDL in autocommit mode).
(edit) 08/03/07 09:08:15 @111 [111] fumanchu Got rid of that awful _initargs with some equally awful …
(edit) 08/03/07 09:04:47 @110 [110] fumanchu codewalk wasn't using modern set implementations.
(edit) 08/01/07 21:55:42 @109 [109] fumanchu Genexp first steps.
(edit) 08/01/07 21:27:31 @108 [108] fumanchu Added skip_* args to test help.
(edit) 08/01/07 21:26:37 @107 [107] fumanchu License updates.
(edit) 08/01/07 21:25:57 @106 [106] fumanchu New tests (and a couple fixes) for scalar columns. Also faster …
(edit) 07/29/07 07:46:39 @105 [105] fumanchu Hackish first attempt at a GenExpDecompiler?.
(edit) 07/29/07 05:03:59 @104 [104] fumanchu Fix for #7 (SQLite timezone interaction broken). Wasn't correcting for …
(edit) 07/29/07 02:08:28 @103 [103] fumanchu Changed DatasetIterator? to truly iterate over the supplied data (instead …
(edit) 07/29/07 02:07:23 @102 [102] fumanchu New --skip_test command-line args to test suite.
(edit) 07/29/07 01:43:47 @101 [101] fumanchu optimization for _select_lazy
(edit) 07/29/07 00:00:16 @100 [100] fumanchu New 'limit' arg to select methods.
(edit) 07/28/07 22:42:48 @99 [99] fumanchu New Query.order attribute.
(edit) 07/23/07 23:28:33 @98 [98] fumanchu New Expression.is_constant method.
(edit) 07/23/07 23:27:02 @97 [97] fumanchu Last of the big doc updates.
(edit) 07/23/07 22:27:44 @96 [96] fumanchu Yet more docs.
(edit) 07/23/07 21:49:14 @95 [95] fumanchu Another chunk o docs.
(edit) 07/23/07 20:45:49 @94 [94] fumanchu Added a 'strict=True' argument to db.select. Also made a more robust …
(edit) 07/23/07 00:37:02 @93 [93] fumanchu Doc updates.
(edit) 07/23/07 00:36:42 @92 [92] fumanchu Added optional 'restriction' arg to some DML methods.
(edit) 07/09/07 23:15:39 @91 [91] fumanchu ADO: conn timeouts are read-only once the conn is open.
(edit) 06/11/07 22:35:49 @90 [90] fumanchu Cosmetics.
(edit) 05/21/07 20:16:41 @89 [89] fumanchu Docs.
(edit) 05/14/07 23:11:46 @88 [88] fumanchu Moved some now() calls closer to the invocation of their provider …
(edit) 05/14/07 22:54:46 @87 [87] fumanchu Better message on sqlite deadlock.
(edit) 05/08/07 21:42:19 @86 [86] fumanchu A couple ADO tweaks.
(edit) 05/08/07 20:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 05/08/07 16:46:41 @84 [84] fumanchu Bah. Wish I'd known about these PyTime? attributes sooner.
(edit) 05/08/07 07:18:34 @83 [83] fumanchu New --cover cmdline arg to test.py, plus some misc fixes.
(edit) 05/04/07 23:15:52 @82 [82] fumanchu Replaced (relation, attributes, restriction) arg lists with a new …
(edit) 05/03/07 18:08:27 @81 [81] fumanchu New logic.combine(expr, kwargs) function (and sundry).
(edit) 04/30/07 22:52:05 @80 [80] fumanchu Allow join.path attributes to be logic.Expression objects.
(edit) 04/30/07 22:50:58 @79 [79] fumanchu Allow SQLExpression.aggregate True values to bubble up.
(edit) 04/18/07 22:34:06 @78 [78] fumanchu Quote bug in decompile_attributes.
(edit) 04/18/07 22:33:46 @77 [77] fumanchu New auto_pickle attribute for DatabaseTypeSet?.
(edit) 04/16/07 23:59:06 @76 [76] fumanchu New decimal/fixed to float adapters.
(edit) 04/12/07 21:59:41 @75 [75] fumanchu New conns.ConnectionPerThread? class (and new SQLiteDatabase.threadsafe …
(edit) 04/12/07 00:05:40 @74 [74] fumanchu Some provider typos and minor fixes.
(edit) 04/12/07 00:05:17 @73 [73] fumanchu Fixed some precision conversion issues from base 2 to base 10. Also added …
(edit) 04/10/07 22:24:48 @72 [72] fumanchu Some firebird tweaks.
(edit) 04/10/07 21:07:18 @71 [71] fumanchu Postgres buglet.
(edit) 04/10/07 20:59:31 @70 [70] fumanchu Uniform TypeErrors? in adapters.
(edit) 04/10/07 20:58:42 @69 [69] fumanchu Firebird upgraded to latest adapter/dbtype syntax.
(edit) 04/10/07 20:58:04 @68 [68] fumanchu Renamed adapters.numeric_to_* to number_to_* to avoid confusion with …
(edit) 04/10/07 17:49:23 @67 [67] fumanchu SQLite upgraded to latest adapter/dbtype syntax.
(edit) 04/10/07 00:52:08 @66 [66] fumanchu MySQL upgraded to latest adapter/dbtype syntax.
(edit) 04/09/07 18:06:49 @65 [65] fumanchu Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?.
(edit) 04/06/07 08:20:32 @64 [64] fumanchu Fix for Postgres meganumbers (stored as TEXT).
(edit) 04/06/07 07:59:18 @63 [63] fumanchu Weird SQL Server max precision fix.
(edit) 04/06/07 00:09:53 @62 [62] fumanchu Postgres fixes (new adapters and dbtypes).
(edit) 04/05/07 22:45:25 @61 [61] fumanchu Fixes for sqlserver.
(edit) 04/05/07 22:19:10 @60 [60] fumanchu Better class names; in general, most DatabaseTypes? are now SQL92* and …
(edit) 04/05/07 18:51:37 @59 [59] fumanchu Better adaptation. Adapters now do all the binary_op and compare_op logic. …
(edit) 04/05/07 16:23:46 @58 [58] fumanchu Fixes for codewalk.MapStackObject?.
(edit) 04/03/07 23:10:58 @57 [57] fumanchu PostgreSQL now works with the new types and adapters.
(edit) 04/03/07 23:10:44 @56 [56] fumanchu Cosmetics.
(edit) 04/02/07 23:07:48 @55 [55] fumanchu sqlserver and msaccess now work.
(edit) 04/02/07 01:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/26/07 03:39:24 @53 [53] fumanchu Some buglets.
(edit) 03/26/07 01:10:39 @52 [52] fumanchu Oops. Forgot to add the logicfuncs module.
(edit) 03/25/07 21:59:51 @51 [51] fumanchu Full fix for Firebird date operations.
(edit) 03/25/07 20:14:29 @50 [50] fumanchu Buglet in SQLite coerce.
(edit) 03/25/07 20:12:26 @49 [49] fumanchu Final fixes to postgres date types.
(edit) 03/25/07 05:02:27 @48 [48] fumanchu Final fix to MySQL date math.
(edit) 03/25/07 04:54:40 @47 [47] fumanchu Fixed SQL Server binary ops.
(edit) 03/25/07 00:45:24 @46 [46] fumanchu Fully functional MS Access date arithmetic. I just broke SQL Server, of …
(edit) 03/23/07 21:51:56 @45 [45] fumanchu Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, …
(edit) 03/23/07 20:56:27 @44 [44] fumanchu Postgres now defaults to using the native "interval" type for timedeltas.
(edit) 03/23/07 18:23:58 @43 [43] fumanchu Oops. date() is a function in SQLite, not a datatype.
(edit) 03/23/07 18:17:56 @42 [42] fumanchu Fixed SQLite date binary ops. Dropped 'perfect date' distinction; if …
(edit) 03/22/07 22:50:45 @41 [41] fumanchu MySQL binary_op with dates almost works now.
(edit) 03/22/07 20:37:34 @40 [40] fumanchu Finished binary_op work for ADO date/time objects.
(edit) 03/21/07 22:44:48 @39 [39] fumanchu Date fixes for ADO.
(edit) 03/21/07 18:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/19/07 18:32:25 @37 [37] fumanchu Bah. Grabbed the wrong version of codewalk.
(edit) 03/19/07 18:30:01 @36 [36] fumanchu Moved codewalk, logic from dejavu.
(edit) 03/15/07 22:49:03 @35 [35] fumanchu Preliminary support for using lambdas as select attributes.
(edit) 03/15/07 17:59:00 @34 [34] fumanchu Split decompilation from select module into its own decompile module.
(edit) 03/13/07 20:06:47 @33 [33] fumanchu Fluff.
(edit) 03/13/07 19:52:54 @32 [32] fumanchu Allow _copy_column alias to be None. This is critical for tables …
(edit) 03/13/07 01:21:31 @31 [31] fumanchu Changed timedelta to use NUMERIC by default; floats were causing rounding …
(edit) 03/12/07 17:39:50 @30 [30] fumanchu Changed add_primary to set_primary; it now drops first (since MySQL cannot …
(edit) 03/11/07 02:30:32 @29 [29] fumanchu Oops.
(edit) 03/10/07 23:26:45 @28 [28] fumanchu Skip isolation tests for SQLite :memory:.
(edit) 03/10/07 20:35:13 @27 [27] fumanchu New Database.pks_must_be_indexed attribute. Also reworked SQLite temp …
(edit) 03/10/07 18:36:22 @26 [26] fumanchu New --memory arg to test_sqlite.py
(edit) 03/10/07 18:34:06 @25 [25] fumanchu Buglet in SQLite.
(edit) 03/10/07 18:33:36 @24 [24] fumanchu float bugfix in ADO.
(edit) 03/09/07 00:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 03/07/07 00:05:51 @22 [22] fumanchu Renamed Bijection.inverse to 'key_for'.
(edit) 03/06/07 18:21:48 @21 [21] fumanchu Buglet in sqlite.
(edit) 03/06/07 00:09:22 @20 [20] fumanchu Worked around MySQL case-lowering by adding SelectWriter?.output_keys and …
(edit) 02/19/07 19:33:18 @19 [19] fumanchu First crack at an insert_into method. Resultset class renamed to …
(edit) 02/18/07 23:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …