summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - get 100% lint/pep8 happening for test_compiler; next we will beginMike Bayer2012-10-241-3/+4
* Merged in agilevic/sqlalchemy (pull request #23)Mike Bayer2012-10-211-0/+2
|\
| * it is sensible to add NCHAR and NVARCHAR as recognized data types for sqlite ...Victor Olex2012-10-051-0/+2
* | - rework the sphinx customizations into distinct modulesMike Bayer2012-10-1935-374/+202
* | - move out maxdbMike Bayer2012-10-1824-1191/+122
* | python 3 divisionMike Bayer2012-10-101-2/+2
* | - [feature] Added "collation" parameter to allMike Bayer2012-10-101-19/+11
* | - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-102-8/+41
* | - [feature] Added "raise_on_warnings" flag to OurSQLMike Bayer2012-10-101-0/+1
|/
* - [feature] the MS Access dialect has beenMike Bayer2012-09-303-445/+0
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-301-0/+1
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-4/+4
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-0/+4
* devMike Bayer2012-09-291-2/+2
* Merged in mitchellrj/sqlalchemy (pull request #21)Mike Bayer2012-09-261-0/+3
|\
| * Add support for LOCALTIMESTAMP in SQLite.Richard Mitchell2012-09-261-0/+3
* | - [bug] Added 'terminating connection' to the listMike Bayer2012-09-251-1/+2
|/
* - fix fb function thing here, need **kw to break the loopMike Bayer2012-09-231-2/+2
* - [feature] An experimental dialect for the fdbMike Bayer2012-09-232-10/+82
* - got firebird runningMike Bayer2012-09-231-4/+20
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-11/+24
* - improve docs for MySQL/SQLite foreign key/ON UPDATE|DELETE instructions,Mike Bayer2012-09-232-1/+44
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-33/+42
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-212-8/+15
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-4/+6
* - genericize the test for ischema_namesMike Bayer2012-09-161-4/+4
* remove print statement in PGDialect._get_column_infoÉric Lemoine2012-09-121-1/+0
* adjust a comment in PGDialect._get_column_infoÉric Lemoine2012-09-121-2/+2
* breaking up PGDialect.get_columns, and add PostGIS column reflection testsÉric Lemoine2012-09-121-102/+109
* support for reflecting PostGIS columnsÉric Lemoine2012-09-111-4/+6
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-0/+4
* - [feature] The types of columns excluded from theMike Bayer2012-09-051-22/+41
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-023-9/+24
* Merged in dahlia/sqlalchemy/enterprisedb (pull request #15)Mike Bayer2012-09-021-1/+4
|\
| * Fixed wrong regex pattern -- group vendor nameHong Minhee2012-08-311-1/+1
| * Version detection of EnterpriseDB (Postgres Plus(R) Advanced Server)Hong Minhee2012-08-311-1/+4
* | - get all tests within -w engine + pyodbc:mssql on windows to passMike Bayer2012-09-011-5/+4
|/
* some pysqlite doc tweaksMike Bayer2012-08-301-5/+10
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-271-2/+18
* removed outdated reference to TINYINT(1) => BOOLEAN reflection in mysql dialectPaul Butler2012-08-271-4/+0
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-252-22/+22
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-5/+6
* a few oracle fixesMike Bayer2012-08-251-1/+2
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-222-10/+12
* - [feature] The Core oeprator system now includesMike Bayer2012-08-202-11/+153
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-174-37/+14
* _adapt_expression() moves fully to _DefaultColumnComparator which resumesMike Bayer2012-08-161-3/+4
* things should work fine without thisMike Bayer2012-08-151-7/+0
* - also, this seems like a bug in any case.Mike Bayer2012-08-151-0/+3
* Updated mysqlconnector to support client flags and added character set inform...David McNelis2012-08-151-2/+2