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) 10/31/07 21:14:23 @208 [208] fumanchu Sequence improvements: …
(edit) 10/31/07 21:01:32 @207 [207] fumanchu Switched to getpass for password input.
(edit) 10/30/07 19:12:59 @206 [206] fumanchu New builtin logic function alias(table.attr, 'newkey').
(edit) 10/29/07 23:56:01 @205 [205] fumanchu Some fixes for View discovery.
(edit) 10/29/07 19:31:13 @204 [204] fumanchu Most of the fix for #16 (add View class).
(edit) 10/29/07 19:28:47 @203 [203] fumanchu Improved Statement class for queries.
(edit) 10/25/07 23:57:19 @202 [202] fumanchu Redundant method override.
(edit) 10/25/07 23:47:50 @201 [201] fumanchu Firebird 2.0 fixes. Still a lot failing, but not everything now.
(edit) 10/25/07 20:55:28 @200 [200] fumanchu Moved Query and Join to a new queries module. Promoted Join to top level. …
(edit) 10/25/07 07:30:38 @199 [199] fumanchu Moved most of Schema.__setitem__ and __delitem__ to new …
(edit) 10/25/07 04:59:52 @198 [198] fumanchu New ConnectionManager?.initial_sql attribute, for running e.g. "SET …
(edit) 10/19/07 15:47:08 @197 [197] fumanchu Error message audit.
(edit) 10/18/07 15:48:30 @196 [196] fumanchu Doc update (db.create).
(edit) 10/12/07 19:15:12 @195 [195] fumanchu Trapped another libpq.DatabaseError?.
(edit) 10/07/07 03:30:39 @194 [194] fumanchu Oops.
(edit) 10/07/07 02:30:34 @193 [193] fumanchu Use getpass for benchmark.
(edit) 10/07/07 02:30:11 @192 [192] fumanchu logic.Expression now allows the 'func' arg to be a dict; it will convert …
(edit) 10/06/07 21:30:44 @191 [191] fumanchu Doc work.
(edit) 10/06/07 21:30:13 @190 [190] fumanchu Buglets in logic.
(edit) 10/04/07 08:49:10 @189 [189] fumanchu Added OFFSET support to SQL Server (thanks to Paul Silveira).
(edit) 10/03/07 21:52:11 @188 [188] fumanchu MySQL: Warning and error for manual insertion of 0 into an AUTO_INCREMENT …
(edit) 10/03/07 21:50:43 @187 [187] fumanchu Oops. Safer to close the conn with a finally.
(edit) 10/03/07 21:11:47 @186 [186] fumanchu Fix for SQL Server when manually inserting values into an identity column. …
(edit) 10/03/07 19:47:34 @185 [185] fumanchu I think this is the way to go: allow the DB to autoincrement on INSERT …
(edit) 10/01/07 19:33:14 @184 [184] zakj Handle a 'dbtype' hint to coerce a given DatabaseType?.
(edit) 09/29/07 00:12:29 @183 [183] fumanchu Even better.
(edit) 09/29/07 00:02:23 @182 [182] fumanchu Fix for SQL Server 2005 Express Edition.
(edit) 09/28/07 19:57:02 @181 [181] fumanchu Doc updates.
(edit) 09/25/07 22:22:15 @180 [180] fumanchu Oops.
(edit) 09/25/07 22:13:46 @179 [179] fumanchu Improved handling of schema name for sequences.
(edit) 09/25/07 06:30:29 @178 [178] fumanchu New test and fix for adding Expressions with LOAD_DEREF instructions.
(edit) 09/25/07 05:40:24 @177 [177] fumanchu New test and fix for adding Expressions with LOAD_GLOBAL instructions.
(edit) 09/24/07 17:59:21 @176 [176] fumanchu Schema'd sequence name fix and DON'T run CREATE SCHEMA on a master conn! …
(edit) 09/24/07 16:13:01 @175 [175] fumanchu Better error handling for pypgsql DDL, plus a new connection test.
(edit) 09/24/07 05:24:57 @174 [174] fumanchu New restrict=False arg for PgSchema?.drop.
(edit) 09/24/07 03:39:53 @173 [173] fumanchu Typo in postgres.PgSchema?.drop_sequence.
(edit) 09/24/07 01:20:01 @172 [172] fumanchu Docstring updates.
(edit) 09/22/07 21:39:07 @171 [171] fumanchu Postgres experiment: prefix table.qname with the schema.name.
(edit) 09/22/07 19:54:55 @170 [170] fumanchu ConnectionPool?.retry was an int equal to the number of times to retry the …
(edit) 09/22/07 00:38:27 @169 [169] fumanchu Removed discover_dbinfo from Database.__init__--callers should be …
(edit) 09/20/07 21:43:19 @168 [168] fumanchu Fix for pypgsql default values.
(edit) 09/20/07 21:13:24 @167 [167] zakj Renamed AssociationError? to ReferenceError?.
(edit) 09/13/07 22:45:04 @166 [166] fumanchu Buglet in DatabaseType?.default_adapter.
(edit) 09/10/07 23:06:51 @165 [165] fumanchu Moved "distinct" arg to the end of various functions.
(edit) 09/10/07 23:06:22 @164 [164] fumanchu Some MySQL 5.0.3+ fixes.
(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/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.