Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/08/07 22:40:43 @163 [163] fumanchu Fix for stop when using MSAccess without fixedpoint lib installed.
(edit) 09/08/07 22:40:17 @162 [162] fumanchu New reversed order test.
(edit) 09/08/07 21:44:37 @161 [161] fumanchu You may now use "reversed(table.colname)" in orderby lambdas to indicate …
(edit) 09/04/07 04:55:51 @160 [160] fumanchu Support for pysqlite2 (in versions of Python < 2.5, before it was built …
(edit) 09/01/07 19:26:18 @159 [159] fumanchu Work on generator expressions, including a new JoinIterator? class (since …
(edit) 09/01/07 16:20:44 @158 [158] fumanchu Buglet in LambdaParser? SLICE_PLUS_2 and 3.
(edit) 08/31/07 07:35:03 @157 [157] fumanchu Buglet in pypgsql version
(edit) 08/30/07 05:20:16 @156 [156] fumanchu Test script buglets.
(edit) 08/29/07 18:25:08 @155 [155] fumanchu Bug in SQLServer init.
(edit) 08/29/07 01:25:05 @154 [154] fumanchu Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also …
(edit) 08/28/07 20:28:30 @153 [153] fumanchu Separate adapters for timezone-aware or -naive datetimes for Postgres.
(edit) 08/27/07 22:52:53 @152 [152] fumanchu Improved timezone support (pg only at the moment).
(edit) 08/27/07 00:52:57 @151 [151] fumanchu Some extra sugar and a doc update.
(edit) 08/27/07 00:52:32 @150 [150] fumanchu Oops. Bug in postgres _get_table.
(edit) 08/25/07 22:17:39 @149 [149] fumanchu Doc updates.
(edit) 08/24/07 16:03:31 @148 [148] fumanchu Unjoined some discovery calls.
(edit) 08/23/07 21:20:05 @147 [147] fumanchu Exclude sqlite_sequence from SQLite _get_tables.
(edit) 08/23/07 21:15:00 @146 [146] fumanchu Much better multischema support: …
(edit) 08/23/07 15:45:35 @145 [145] fumanchu Pass table object to _get_columns/_get_index instead of tablename.
(edit) 08/21/07 05:26:17 @144 [144] fumanchu Benchmark touchups.
(edit) 08/16/07 08:46:12 @143 [143] fumanchu New Table.description attribute, plus lots of postgres reflection fixes.
(edit) 08/16/07 01:25:47 @142 [142] fumanchu Added 'ignore' arg to schema.discover_all.
(edit) 08/15/07 06:29:58 @141 [141] fumanchu Oops.
(edit) 08/15/07 05:55:11 @140 [140] fumanchu Renamed select.py to sqlwriters.py.
(edit) 08/15/07 05:27:54 @139 [139] fumanchu Provider updates to new delete/update/insertwriter classes. Fixes #11.
(edit) 08/15/07 05:04:28 @138 [138] fumanchu New update/delete/insertwriter classes (pypgsql only at the moment).
(edit) 08/14/07 21:05:17 @137 [137] fumanchu Broke separate SQLStatement/SQLWriter base classes and a SELECT class out …
(edit) 08/13/07 07:05:32 @136 [136] fumanchu Doc updates.
(edit) 08/13/07 06:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/13/07 05:50:38 @134 [134] fumanchu Add attempted SQL to Postgres execute errors.
(edit) 08/13/07 05:50:05 @133 [133] fumanchu Well, that SQLite decimal solution was horrible. This one works well for …
(edit) 08/12/07 05:43:07 @132 [132] fumanchu Fix for decimal-as-TEXT in SQLite. Needs to be replicated in adapters.py …
(edit) 08/12/07 01:55:15 @131 [131] fumanchu All test now pass in ast branch. Reintroduced the old 'bind_late' as …
(edit) 08/12/07 01:21:38 @130 [130] fumanchu AST updates for neglected providers.
(edit) 08/10/07 19:20:42 @129 [129] fumanchu Reinstated Expression "and" and "or" code.
(edit) 08/10/07 19:20:02 @128 [128] fumanchu Various optimizations.
(edit) 08/09/07 22:51:33 @127 [127] fumanchu Moved from pop/append to slicing in astwalk for speed.
(edit) 08/09/07 20:54:53 @126 [126] fumanchu Collapsed selectwriter output_* attrs into a single tuple for speed.
(edit) 08/09/07 18:47:01 @125 [125] fumanchu benchmark improvements.
(edit) 08/09/07 18:45:42 @124 [124] fumanchu Removed parameter cruft (paramterization did not provide any performance …
(edit) 08/07/07 15:13:01 @123 [123] fumanchu Cosmetics.
(edit) 08/06/07 21:52:26 @122 [122] fumanchu Hooray! Deparsing AST's (instead of decompiling bytecode) allows us to …
(edit) 08/06/07 21:19:56 @121 [121] fumanchu LambdaDeparser? and SQLDeparser weren't sharing much code, so I made an …
(edit) 08/06/07 20:33:42 @120 [120] fumanchu Not much reason to subclass LambdaDeparser?.
(edit) 08/06/07 15:47:54 @119 [119] fumanchu Optimizations: …
(edit) 08/04/07 23:06:31 @118 [118] fumanchu Initial AST work (psycopg only). Performs comparably with old bytecode …
(edit) 08/04/07 23:02:30 @117 [117] fumanchu made a copy
(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).