| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix: auto_identity_insert was not working with non-list insert parms | Rick Morrison | 2006-11-07 | 1 | -3/+5 |
| * | - fix to postgres sequence quoting when using schemas | Mike Bayer | 2006-10-30 | 1 | -1/+1 |
| * | further fixes to sqlite booleans, weren't working as defaults | Mike Bayer | 2006-10-29 | 1 | -0/+2 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -1/+1 |
| * | - MySQL catches exception on "describe" and reports as NoSuchTableError | Mike Bayer | 2006-10-24 | 1 | -1/+4 |
| * | updates to oracle | Mike Bayer | 2006-10-22 | 1 | -2/+6 |
| * | fixed pg reflection of timezones | Mike Bayer | 2006-10-20 | 1 | -2/+8 |
| * | fix for sqlite refection of names with weird quotes around them in the DDL wh... | Mike Bayer | 2006-10-19 | 1 | -1/+4 |
| * | various huge fixes from [ticket:330], thanks to Lele Gaifax | Mike Bayer | 2006-10-19 | 1 | -16/+48 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
| * | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 2 | -0/+12 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 7 | -23/+22 |
| * | - remove spurious semicomma from Firebird SQL statement (Lele Gaifax) | Mike Bayer | 2006-10-13 | 1 | -2/+2 |
| * | added 'ntext' reflected type | Mike Bayer | 2006-10-13 | 1 | -0/+1 |
| * | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 5 | -19/+0 |
| * | - fixes to Date/Time (SLDate/SLTime) types; works as good as postgres | Mike Bayer | 2006-10-12 | 1 | -4/+5 |
| * | added PGBigInteger type | Mike Bayer | 2006-10-11 | 1 | -1/+4 |
| * | - the "foreign_key" attribute on Column and ColumnElement in general | Mike Bayer | 2006-10-08 | 2 | -2/+2 |
| * | assorted firebird fixes from Lele Gaifax | Mike Bayer | 2006-10-07 | 1 | -4/+14 |
| * | - added auto_setinputsizes=False to oracle dialect. if true, all executions ... | Mike Bayer | 2006-10-03 | 1 | -2/+4 |
| * | fixed super call | Mike Bayer | 2006-10-03 | 1 | -1/+1 |
| * | - removed "extension()" MapperOption | Mike Bayer | 2006-10-03 | 1 | -4/+15 |
| * | edits | Mike Bayer | 2006-10-01 | 1 | -2/+3 |
| * | further str() on values that may come back as unicode | Mike Bayer | 2006-10-01 | 1 | -1/+3 |
| * | [ticket:318] has a user receiving back a unicode from a SHOW CREATE TABLE for... | Mike Bayer | 2006-10-01 | 1 | -1/+3 |
| * | fix PK redefinition | Rick Morrison | 2006-09-29 | 1 | -3/+1 |
| * | - added test suite to test improved from_obj/join behavior with Query/eagerlo... | Mike Bayer | 2006-09-28 | 1 | -0/+2 |
| * | - specifying joins in the from_obj argument of query.select() will | Mike Bayer | 2006-09-27 | 1 | -0/+1 |
| * | NCHAR and NVARCHAR support for MS-SQL. Patch from Kent Johnson | Rick Morrison | 2006-09-27 | 1 | -2/+12 |
| * | Simplified MSSQL table reflection code | Rick Morrison | 2006-09-26 | 1 | -34/+47 |
| * | fix misspelled func calls | Rick Morrison | 2006-09-26 | 1 | -4/+4 |
| * | Fixes use of port for pymssql | Rick Morrison | 2006-09-23 | 1 | -15/+36 |
| * | - added autoincrement=True to Column; will disable schema generation | Mike Bayer | 2006-09-23 | 3 | -4/+4 |
| * | case sensitive function seems to return a string in some cases | Mike Bayer | 2006-09-21 | 1 | -1/+1 |
| * | no SERIAL for smallinteger columns | Mike Bayer | 2006-09-19 | 1 | -1/+1 |
| * | no KeyError if url params not provided | Mike Bayer | 2006-09-19 | 1 | -1/+1 |
| * | sqlite doesnt support FOR UPDATE | Mike Bayer | 2006-09-11 | 1 | -0/+4 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 2 | -0/+12 |
| * | fixed constructor on bigint | Mike Bayer | 2006-09-06 | 1 | -5/+0 |
| * | - import of py2.5s sqlite3 [ticket:293] | Mike Bayer | 2006-09-04 | 1 | -4/+7 |
| * | possible fix for [ticket:276]. if mysql detects case-insensitivity, converts | Mike Bayer | 2006-09-01 | 1 | -3/+5 |
| * | since casing is figured out quasi-automatically when creating table/column/etc, | Mike Bayer | 2006-08-31 | 1 | -9/+3 |
| * | quoting more or less working with oracle | Mike Bayer | 2006-08-31 | 1 | -5/+11 |
| * | pg formats sequence name, more quote test fixes | Mike Bayer | 2006-08-31 | 1 | -1/+1 |
| * | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 1 | -3/+4 |
| * | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 1 | -16/+5 |
| * | - added "timezone=True" flag to DateTime and Time types. postgres | Mike Bayer | 2006-08-26 | 1 | -4/+4 |
| * | TODO for oracle | Mike Bayer | 2006-08-26 | 1 | -0/+34 |
| * | sqlite dialects can be created without pysqlite installed | Mike Bayer | 2006-08-21 | 1 | -3/+1 |
| * | working on sequence quoting support.... | Mike Bayer | 2006-08-21 | 1 | -1/+3 |