summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-312-14/+12
* rename jdbc suffix to zxjdbc, add ReturningParam.__ne__Philip Jenvey2009-08-303-21/+27
* correct the create_engine urlPhilip Jenvey2009-08-261-1/+2
* get mysql+pyodbc connections to work againMike Bayer2009-08-201-2/+1
* fix oracle+zxjdbc asdecimal conversionsPhilip Jenvey2009-08-181-2/+6
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-181-14/+138
* don't use the deprecated driver namePhilip Jenvey2009-08-141-1/+1
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-114-23/+31
* o default Connector/J's characterEncoding=UTF-8 for generally better JDBCPhilip Jenvey2009-08-112-8/+12
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-104-54/+50
* - the Oracle dialect now features NUMBER which intendsMike Bayer2009-08-092-19/+33
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-092-1/+10
* close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fixMike Bayer2009-08-091-0/+13
* python3k fixesMike Bayer2009-08-091-2/+2
* o oracle+zxjdbc type handling additionsPhilip Jenvey2009-08-091-3/+58
* clean up the way we detect MSSQL's form of RETURNINGMike Bayer2009-08-081-1/+2
* fix up oracle tests, returning is on by defaultMike Bayer2009-08-082-26/+52
* - turned on auto-returning for oracle, some errorsMike Bayer2009-08-081-5/+4
* Fix #1451: take into account the actual coding system when determining the fi...Lele Gaifax2009-08-071-1/+2
* Fix #1429: take into account possible spurious spaces around the DEFAULT keywordLele Gaifax2009-08-071-3/+8
* M-x whitespace-cleanupLele Gaifax2009-08-071-6/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-0643-0/+11179