summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Replace some uses of re.sub with str.lstrip/replacepr/280Ville Skyttä2016-06-043-3/+3
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-1/+2
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-2/+2
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-031-2/+1
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-032-0/+4
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-022-0/+4
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-4/+15
|/
* Add postgresql_tablespace option on Indexbeenje2016-06-011-1/+19
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-012-0/+51
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-0/+27
* Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-161-3/+7
* Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-1/+5
* Fix pymssql sample URLMike Bayer2016-04-271-1/+1
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-153-2/+248
* Merge remote-tracking branch 'origin/pr/230'Mike Bayer2016-03-301-1/+9
|\
| * same logic, but without the inner functionpr/230Diana Clarke2016-01-281-4/+3
| * sqlite: reflect primary key constraint names, fixes #3629Diana Clarke2016-01-271-1/+10
* | - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+1
* | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-1/+8
* | ReST fix: missing backtickpr/251Marius Gedminas2016-03-211-1/+1
* | - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+86
* | - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-152-13/+39
* | Merge branch 'master' into pr157Mike Bayer2016-03-1554-2645/+3635
|\ \
| * | - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
| * | - py3k fix for enum featureMike Bayer2016-02-081-1/+4
| * | - add an impl for Enum to Oracle which has subclassing requirementsMike Bayer2016-02-041-0/+13
| * | Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemyMike Bayer2016-02-021-2/+1
| |\ \
| | * \ Merged zzzeek/sqlalchemy into masterCarlos Rivas2016-01-2618-1697/+1795
| | |\ \ | | | |/
| | * | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-01-231-2/+1
| * | | - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-25/+17
| * | | - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-292-18/+9
| * | | - happy new yearMike Bayer2016-01-2953-53/+53
| | |/ | |/|
| * | - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-6/+13
| * | - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
| * | - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-5/+1
| * | - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
| * | Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
| * | Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
| * | - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-2/+2
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-5/+13
| * | - pg8000 fixes for jsonMike Bayer2016-01-071-0/+1
| * | - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+2
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-069-191/+218
| * | - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-044-1488/+1534
| |/
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-1/+1
| * Add new reserved words for MySQL 5.7.pr/222Hanno Schlichting2015-12-141-0/+2
| * - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+5
| * - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-1/+2
| * Merge remote-tracking branch 'origin/pr/216'Mike Bayer2015-11-301-1/+1
| |\