summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Enable loading of external Firebird dialect, if available"Gord Thompson2020-05-011-1/+8
|\ \ | |/ |/|
| * Enable loading of external Firebird dialect, if availableGord Thompson2020-04-301-1/+8
* | Deprecate unsupported dialects and dbapiFederico Caselli2020-04-2911-94/+71
|/
* Merge "Fix regression when reflecting tables in MSSQL"mike bayer2020-04-221-12/+29
|\
| * Fix regression when reflecting tables in MSSQLFederico Caselli2020-04-221-12/+29
* | Fix typo in pymssql documentation; minor clarificationGord Thompson2020-04-201-2/+3
|/
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-204-20/+18
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-204-20/+18
* | Merge "Support `ARRAY` of `Enum`, `JSON` or `JSONB`"mike bayer2020-04-205-54/+91
|\ \
| * | Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-205-54/+91
| |/
* | Update pymssql information for mssql dialectGord Thompson2020-04-201-5/+18
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-164-38/+52
* Set up absolute references for create_engine and relatedMike Bayer2020-04-1412-51/+66
* Run search and replace of symbolic module namesMike Bayer2020-04-1417-234/+312
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-143-4/+7
* Merge "Evaluate fixes for cx_Oracle 8 API changes"mike bayer2020-04-101-5/+10
|\
| * Evaluate fixes for cx_Oracle 8 API changesMike Bayer2020-04-101-5/+10
* | Remove code deprecated before version 1.1Federico Caselli2020-04-098-212/+47
|/
* Gracefully skip isolation level if no row returnedMike Bayer2020-04-071-1/+8
* Broaden is[not]_distinct_from supportGord Thompson2020-04-024-3/+36
* Correct ambiguous func / class linksMike Bayer2020-03-252-4/+4
* Merge "Implement autocommit isolation level for pysqlite"mike bayer2020-03-242-2/+31
|\
| * Implement autocommit isolation level for pysqliteGord Thompson2020-03-242-2/+31
* | Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-0/+3
|\ \ | |/ |/|
| * Convert schema_translate to a post compileMike Bayer2020-03-241-0/+3
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-232-0/+57
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-2119-107/+130
* Don't include PG INCLUDE columns as regular index columnsmike bayer2020-03-181-4/+22
* Support inspection of computed columnFederico Caselli2020-03-155-25/+102
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-135-19/+36
* Include schema in all_tab_comments queryMike Bayer2020-03-121-2/+7
* Reflect comments from any table accessible by the current userGord Thompson2020-03-101-1/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-19/+5
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-9/+25
* Don't import provision.py unconditionallyMike Bayer2020-03-035-5/+0
* Ensure all nested exception throws have a causeMike Bayer2020-03-023-18/+32
* While parsing for check constraints, ignore newline characters in the check c...Eric Borczuk2020-02-291-2/+8
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-263-7/+7
* Result initial introductionMike Bayer2020-02-216-97/+100
* Deprecate connection branchingMike Bayer2020-02-211-3/+0
* Merge "Replace engine.execute w/ context manager (step1)"mike bayer2020-02-191-1/+2
|\
| * Replace engine.execute w/ context manager (step1)Gord Thompson2020-02-171-1/+2
* | Merge "Pass DDLCompiler IdentifierPreparer to visit_ENUM"mike bayer2020-02-171-3/+8
|\ \
| * | Pass DDLCompiler IdentifierPreparer to visit_ENUMMike Bayer2020-02-171-3/+8
| |/
* | Merge "Create initial future package, RemovedIn20Warning"mike bayer2020-02-172-4/+4
|\ \ | |/ |/|
| * Create initial future package, RemovedIn20WarningMike Bayer2020-02-122-4/+4
* | Document new LIMIT/OFFSET support; support subquery ORDER BYMike Bayer2020-02-131-8/+21
* | Fix handling of None as parameter for a datetimeoffset columnGord Thompson2020-02-101-4/+15
* | Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-085-27/+42
|/
* Merge "MSSQL 2014 OFFSET/FETCH syntax support"mike bayer2020-02-071-3/+45
|\