| Commit message (Expand) | Author | Age | Files | Lines |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 1 | -16/+40 |
| * | - added "schema" argument to all has_table() calls, only supported so far by PG | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk... | Mike Bayer | 2007-02-04 | 1 | -2/+4 |
| * | - fix to reflection on older DB's that might return array() type for | Mike Bayer | 2007-01-25 | 1 | -1/+6 |
| * | - mysql table create options work on a generic passthru now, i.e. Table(..., ... | Mike Bayer | 2007-01-20 | 1 | -5/+6 |
| * | - mysql is inconsistent with what kinds of quotes it uses in foreign keys dur... | Mike Bayer | 2007-01-12 | 1 | -3/+3 |
| * | copyright update | Mike Bayer | 2007-01-05 | 1 | -1/+1 |
| * | fixed the raise for mysql to re-raise the errorrel_0_3_3 | Mike Bayer | 2006-12-15 | 1 | -2/+2 |
| * | fix to the fix for [ticket:396] plus a unit test | Mike Bayer | 2006-12-15 | 1 | -3/+5 |
| * | - patch that makes MySQL rowcount work correctly! [ticket:396] | Mike Bayer | 2006-12-13 | 1 | -1/+7 |
| * | - MySQL bool type fix: [ticket:307] | Mike Bayer | 2006-12-09 | 1 | -0/+1 |
| * | - support for None as precision/length in numeric types for postgres, sqlite,... | Mike Bayer | 2006-12-09 | 1 | -1/+4 |
| * | - MySQL detects errors 2006 (server has gone away) and 2014 | Mike Bayer | 2006-12-08 | 1 | -0/+16 |
| * | reflect from table.fullname for schema support | Mike Bayer | 2006-11-13 | 1 | -2/+2 |
| * | - MySQL catches exception on "describe" and reports as NoSuchTableError | Mike Bayer | 2006-10-24 | 1 | -1/+4 |
| * | - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign key | Mike Bayer | 2006-10-15 | 1 | -0/+3 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -2/+2 |
| * | some cleanup submitted by Lele Galifax | Mike Bayer | 2006-10-13 | 1 | -3/+0 |
| * | - the "foreign_key" attribute on Column and ColumnElement in general | Mike Bayer | 2006-10-08 | 1 | -1/+1 |
| * | 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 |
| * | - added autoincrement=True to Column; will disable schema generation | Mike Bayer | 2006-09-23 | 1 | -1/+1 |
| * | case sensitive function seems to return a string in some cases | Mike Bayer | 2006-09-21 | 1 | -1/+1 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -0/+6 |
| * | fixed constructor on bigint | Mike Bayer | 2006-09-06 | 1 | -5/+0 |
| * | possible fix for [ticket:276]. if mysql detects case-insensitivity, converts | Mike Bayer | 2006-09-01 | 1 | -3/+5 |
| * | - postgres reflection moved to use pg_schema tables, can be overridden | Mike Bayer | 2006-08-21 | 1 | -3/+3 |
| * | more fixes for [ticket:269], added MSMediumBlob type | Mike Bayer | 2006-08-18 | 1 | -10/+15 |
| * | fixes to types so that database-specific types more easily used; | Mike Bayer | 2006-08-12 | 1 | -12/+4 |
| * | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 1 | -1/+14 |
| * | reflected 'mediumint' type | Mike Bayer | 2006-08-11 | 1 | -0/+1 |
| * | moved rollback catch to mysql module... | Mike Bayer | 2006-08-10 | 1 | -0/+7 |
| * | fixed possible error in mysql reflection where certain versions | Mike Bayer | 2006-08-07 | 1 | -1/+6 |
| * | fixed mysql reflection of default values to be PassiveDefault | Mike Bayer | 2006-08-04 | 1 | -3/+5 |
| * | [ticket:256] propigating url.query arguments to connect() function for all db's | Mike Bayer | 2006-07-25 | 1 | -0/+12 |
| * | fixed reflection of foreign keys to autoload the referenced table | Mike Bayer | 2006-07-22 | 1 | -0/+1 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -19/+12 |
| * | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -2/+15 |
| * | new MySQL types: MSEnum, MSTinyText, MSMediumText, MSLongText, etc. | Mike Bayer | 2006-06-27 | 1 | -20/+135 |
| * | fixed bug when specifying explicit module to mysql dialect | Mike Bayer | 2006-06-23 | 1 | -0/+2 |
| * | added *extra to mysql string type to consume extra unsupported arguments from... | Mike Bayer | 2006-06-22 | 1 | -0/+2 |
| * | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -1/+9 |
| * | added "NonExistentTable" exception throw to reflection, courtesy lbruno@repub... | Mike Bayer | 2006-06-06 | 1 | -4/+9 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -47/+40 |
| * | *another* big types change....the old way was still wrong...this way is bette... | Mike Bayer | 2006-04-29 | 1 | -1/+5 |
| * | moves the binding of a TypeEngine object from "schema/statement creation" tim... | Mike Bayer | 2006-04-06 | 1 | -1/+1 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
| * | committed patch for MSDouble/tinyint from [ticket:106] | Mike Bayer | 2006-03-10 | 1 | -1/+19 |
| * | took excess visit_func out, handled by ansisql compiler | Mike Bayer | 2006-03-07 | 1 | -6/+0 |