summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-163-12/+10
* Added PY2, PY3 to compat moduleDaniele Varrazzo2019-03-161-0/+4
* Remove unnecessary `except ImportError` for Python datetime typesJon Dufresne2019-03-161-7/+4
* Use True/False instead of 1/0 to represent bool valuesJon Dufresne2019-03-131-12/+11
* Convert `while 1:` statements to `while True:`Jon Dufresne2019-03-131-4/+4
* Fix typoDavid Fischer2019-02-261-1/+1
* Copyright year updatedDaniele Varrazzo2019-02-1710-10/+10
* SQLSTATE error classes implemented in CDaniele Varrazzo2019-02-101-1304/+27
* Use a proper LRU cache for namedtuplesfast-namedtupleDaniele Varrazzo2019-02-023-13/+122
* Added caching of types generated by NamedTupleCursorDaniele Varrazzo2019-02-021-10/+21
* Added BYTESARRAY typecasterDaniele Varrazzo2019-01-181-4/+4
* Preliminary test for a BYTES adapter.Daniele Varrazzo2019-01-181-1/+1
* Merge remote-tracking branch 'eternalflow/execute-values-returning-clause-sup...Daniele Varrazzo2018-12-271-1/+10
|\
| * Docs wordsmith for execute_values() fetch paramDaniele Varrazzo2018-12-271-2/+3
| * Some harmless adjustments in execute_values() codeDaniele Varrazzo2018-12-271-3/+2
| * rename param name to fetchIvan Kotelnikov2018-11-241-4/+4
| * add RETURNING clause support in execute_values functionIvan Kotelnikov2018-11-211-1/+10
* | Dropped deprecated PersistentConnectionPoolJon Dufresne2018-12-041-55/+0
|/
* Don't barf on Composite passed to execute_values()fix-794Daniele Varrazzo2018-10-231-0/+4
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-235-9/+7
* Dropped duplicate classes in errors moduleDaniele Varrazzo2018-10-231-469/+244
* Merge branch 'connection-info'Daniele Varrazzo2018-10-155-8/+8
|\
| * Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-134-7/+7
| * Adding ConnectionInfo object documentationDaniele Varrazzo2018-10-121-1/+1
* | Merge branch 'master' into errors-moduleerrors-moduleDaniele Varrazzo2018-10-157-19/+63
|\ \
| * | errorcodes map update to PostgreSQL 11Daniele Varrazzo2018-10-141-0/+1
| |/
| * Merge branch 'master' into httpsDaniele Varrazzo2018-10-102-8/+51
| |\
| | * sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-8/+38
| | * Faster check for empty range in str()Daniele Varrazzo2018-10-041-1/+1
| | * Implement __str__ for range typesMichel Albert2018-09-301-0/+13
| * | Prefer https:// URLs when availableJon Dufresne2018-09-225-9/+9
| |/
| * Improve doc for extras.wait_selectDaniel Hahler2018-09-051-2/+2
* | Added errors.lookup() functionDaniele Varrazzo2018-10-151-0/+8
* | Errors module content updated to Postgres 11Daniele Varrazzo2018-10-141-0/+6
* | Generating the whole errors file from scriptDaniele Varrazzo2018-08-171-3/+1512
* | Read exceptions to raise from a Python moduleDaniele Varrazzo2018-08-171-0/+16
|/
* DictCursor and RealDictCursor rows maintain columns orderDaniele Varrazzo2018-05-211-4/+30
* Restored methods iter*() on dict cursors rowsDaniele Varrazzo2018-05-211-9/+24
* Merge branch 'master' into drop-2to3Daniele Varrazzo2018-05-202-2/+15
|\
| * Merge branch 'master' into encrypt-passDaniele Varrazzo2018-05-201-3/+6
| |\
| | * Allow non-ascii chars in namedtuple fieldsDaniele Varrazzo2018-05-181-3/+6
| * | Merge branch 'master' into masterAshesh Vashi2018-05-088-187/+47
| |\ \ | | |/
| | * Convert fields names into valid Python identifiers in NamedTupleCursorDaniele Varrazzo2018-01-291-1/+11
| * | Moving the encrypt_password method from the connection class to theAshesh Vashi2017-09-141-1/+1
* | | Drop 2to3 build step; make all code compatible with all PythonsJon Dufresne2017-12-118-22/+39
* | | Drop the Python 2 style interface from DictRowJon Dufresne2017-12-111-22/+3
* | | User super() throughout DictRow classJon Dufresne2017-12-111-4/+4
| |/ |/|
* | Drop long deprecated function register_tstz_w_secs()Jon Dufresne2017-12-101-12/+0
* | Dropped psycopg1 modulegoodbye-psycopg1Daniele Varrazzo2017-12-041-96/+0
* | Use builtin function next() throughout projectJon Dufresne2017-12-012-7/+7