summaryrefslogtreecommitdiff
path: root/test/dialect/postgresql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-20/+141
* propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-161/+374
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-316/+312
* Modernize testsGord Thompson2021-07-031-36/+45
* Apply quoting to render_derived() namesMike Bayer2021-04-011-0/+22
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+234
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-230/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+230
* update execute() arg formats in modules and testsMike Bayer2021-01-151-18/+30
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+3
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-110/+110
* Convert to autoload_with internallyMike Bayer2020-11-071-6/+6
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-26/+14
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-15/+13
* normalize execute style for events, 2.0Mike Bayer2020-08-201-10/+5
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-5/+2
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-6/+7
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-6/+6
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-16/+3
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-2/+2
* Clean up .execute calls in PostgreSQL testsGord Thompson2020-03-311-2/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-2/+0
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-1/+1
* Post black reformattingMike Bayer2019-01-061-34/+33
* Run black -l 79 against all source filesMike Bayer2019-01-061-433/+645
* Add support for server side cursors to mysqldb and pymysqlRoman Podoliaka2016-11-101-133/+0
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-33/+48
* Deprecate FromClause.count()Mike Bayer2016-06-141-17/+17
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-0/+1
* - modernize some very old global-engine tests w/ bad teardownsMike Bayer2015-10-111-238/+260
* - repair flake8 issuesMike Bayer2015-10-111-44/+49
* - repair laziness about setting time zone here, which is leakingMike Bayer2015-10-111-9/+17
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-30/+35
* - Repaired some typing and test issues related to the pypyMike Bayer2015-06-051-1/+1
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-15/+17
* Added psycopg2cffi dialectShaun Stanworth2015-01-261-0/+1
* - rework assertsql system, fixes #3293Mike Bayer2015-01-181-126/+162
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-0/+6
* - flake8 all of test/dialect/postgresqlMike Bayer2014-07-251-199/+255
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-2/+4
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-1/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+723