summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/array.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-0/+1
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-3/+0
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-3/+0
* | Clean up most py3k compatFederico Caselli2021-11-241-2/+2
|/
* Improve array support on pg8000Federico Caselli2021-10-271-1/+1
* repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-14/+4
* Fixes: #6930jonathan vanasco2021-09-081-0/+3
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-151-10/+1
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-5/+3
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-6/+23
* Support `ARRAY` of `Enum`, `JSON` or `JSONB`Federico Caselli2020-04-201-12/+41
* Run search and replace of symbolic module namesMike Bayer2020-04-141-18/+22
* happy new yearMike Bayer2020-01-011-1/+1
* Remove erroneous assertion from array._bind_paramMike Bayer2019-08-261-3/+0
* Support multidimensional array literals in PostgresqlMike Bayer2019-07-081-2/+28
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-4/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-9/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-27/+52
* happy new yearMike Bayer2018-01-121-1/+1
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-14/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-3/+3
* Fix typo in commentkeeyip chan2016-09-111-2/+2
* Spelling fixespr/299Ville Skyttä2016-08-081-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-17/+25
* - The use of a :class:`.postgresql.ARRAY` object that refersMike Bayer2015-09-191-1/+14
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+2
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-176/+46
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+4
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+419