summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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
* postgres reflection uses dialect-wide preparerMike Bayer2006-08-211-1/+1
* - postgres reflection moved to use pg_schema tables, can be overriddenMike Bayer2006-08-215-16/+188
* more fixes for [ticket:269], added MSMediumBlob typeMike Bayer2006-08-181-10/+15
* [ticket:277] check if pg/oracle sequence exists. checks in all cases before ...Mike Bayer2006-08-162-6/+17
* added MSTinyInteger to MS-SQL [ticket:263]Mike Bayer2006-08-121-1/+5
* some fixes to sqlite datetime organization, was improperly reflectingMike Bayer2006-08-121-5/+7
* fixes to types so that database-specific types more easily used;Mike Bayer2006-08-121-12/+4
* [ticket:268]Mike Bayer2006-08-121-17/+69
* quoting facilities set up so that database-specific quoting can beMike Bayer2006-08-125-8/+52
* reflected 'mediumint' typeMike Bayer2006-08-111-0/+1
* fixed ms-sql connect() to work with adodbapiMike Bayer2006-08-111-7/+3
* moved rollback catch to mysql module...Mike Bayer2006-08-101-0/+7
* fixed possible error in mysql reflection where certain versionsMike Bayer2006-08-071-1/+6
* added reflected 'tinyint' type to MS-SQL [ticket:263]Mike Bayer2006-08-041-0/+1
* fixed mysql reflection of default values to be PassiveDefaultMike Bayer2006-08-041-3/+5
* oops: committed the rest of [changeset:1759], removed print in sqlite + rest...Mike Bayer2006-08-031-1/+1
* - better check for ambiguous join conditions in sql.Join; propigates to aMike Bayer2006-08-031-3/+17
* fix for when default is zeroJonathan Ellis2006-07-311-1/+1
* PassiveDefault('?') for autoloaded sqlite defaultsJonathan Ellis2006-07-271-3/+7
* oracle boolean type [ticket:257]Mike Bayer2006-07-261-1/+15
* [ticket:256] propigating url.query arguments to connect() function for all db'sMike Bayer2006-07-256-1/+20
* fixed reflection of foreign keys to autoload the referenced tableMike Bayer2006-07-223-0/+4