summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* fix: auto_identity_insert was not working with non-list insert parmsRick Morrison2006-11-071-3/+5
* - fix to postgres sequence quoting when using schemasMike Bayer2006-10-301-1/+1
* further fixes to sqlite booleans, weren't working as defaultsMike Bayer2006-10-291-0/+2
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* - MySQL catches exception on "describe" and reports as NoSuchTableErrorMike Bayer2006-10-241-1/+4
* updates to oracleMike Bayer2006-10-221-2/+6
* fixed pg reflection of timezonesMike Bayer2006-10-201-2/+8
* fix for sqlite refection of names with weird quotes around them in the DDL wh...Mike Bayer2006-10-191-1/+4
* various huge fixes from [ticket:330], thanks to Lele GaifaxMike Bayer2006-10-191-16/+48
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-152-0/+12
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-147-23/+22
* - remove spurious semicomma from Firebird SQL statement (Lele Gaifax)Mike Bayer2006-10-131-2/+2
* added 'ntext' reflected typeMike Bayer2006-10-131-0/+1
* some cleanup submitted by Lele GalifaxMike Bayer2006-10-135-19/+0
* - fixes to Date/Time (SLDate/SLTime) types; works as good as postgresMike Bayer2006-10-121-4/+5
* added PGBigInteger typeMike Bayer2006-10-111-1/+4
* - the "foreign_key" attribute on Column and ColumnElement in generalMike Bayer2006-10-082-2/+2
* assorted firebird fixes from Lele GaifaxMike Bayer2006-10-071-4/+14
* - added auto_setinputsizes=False to oracle dialect. if true, all executions ...Mike Bayer2006-10-031-2/+4
* fixed super callMike Bayer2006-10-031-1/+1
* - removed "extension()" MapperOptionMike Bayer2006-10-031-4/+15
* editsMike Bayer2006-10-011-2/+3
* further str() on values that may come back as unicodeMike Bayer2006-10-011-1/+3
* [ticket:318] has a user receiving back a unicode from a SHOW CREATE TABLE for...Mike Bayer2006-10-011-1/+3
* fix PK redefinitionRick Morrison2006-09-291-3/+1
* - added test suite to test improved from_obj/join behavior with Query/eagerlo...Mike Bayer2006-09-281-0/+2
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-0/+1
* NCHAR and NVARCHAR support for MS-SQL. Patch from Kent JohnsonRick Morrison2006-09-271-2/+12
* Simplified MSSQL table reflection codeRick Morrison2006-09-261-34/+47
* fix misspelled func callsRick Morrison2006-09-261-4/+4
* Fixes use of port for pymssqlRick Morrison2006-09-231-15/+36
* - added autoincrement=True to Column; will disable schema generationMike Bayer2006-09-233-4/+4
* case sensitive function seems to return a string in some casesMike Bayer2006-09-211-1/+1
* no SERIAL for smallinteger columnsMike Bayer2006-09-191-1/+1
* no KeyError if url params not providedMike Bayer2006-09-191-1/+1
* sqlite doesnt support FOR UPDATEMike Bayer2006-09-111-0/+4
* - changed "for_update" parameter to accept False/True/"nowait"Mike Bayer2006-09-102-0/+12
* fixed constructor on bigintMike Bayer2006-09-061-5/+0
* - import of py2.5s sqlite3 [ticket:293]Mike Bayer2006-09-041-4/+7
* possible fix for [ticket:276]. if mysql detects case-insensitivity, convertsMike Bayer2006-09-011-3/+5
* since casing is figured out quasi-automatically when creating table/column/etc,Mike Bayer2006-08-311-9/+3
* quoting more or less working with oracleMike Bayer2006-08-311-5/+11
* pg formats sequence name, more quote test fixesMike Bayer2006-08-311-1/+1
* some tweaks to oracle casing...Mike Bayer2006-08-311-3/+4
* - added case_sensitive argument to MetaData, Table, Column, determinesMike Bayer2006-08-311-16/+5
* - added "timezone=True" flag to DateTime and Time types. postgresMike Bayer2006-08-261-4/+4
* TODO for oracleMike Bayer2006-08-261-0/+34
* sqlite dialects can be created without pysqlite installedMike Bayer2006-08-211-3/+1
* working on sequence quoting support....Mike Bayer2006-08-211-1/+3