]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2020-04-11  Daniele VarrazzoMore care in None return values from libpq result functions
2020-04-11  Daniele VarrazzoAdded barebone implementation of dbapi 2.0
2020-04-11  Daniele VarrazzoFixed some shenanigan around connection params
2020-04-09  Daniele VarrazzoThe big rename: adapters -> dumpers, typecasters -...
2020-04-09  Daniele VarrazzoFixed composite info query to work for pg <= 10
2020-04-08  Daniele VarrazzoAdded tuple text adaptation
2020-04-08  Daniele VarrazzoFixed formats in query with repeated arguments
2020-04-08  Daniele VarrazzoAdded composite.fetch_info_async
2020-04-08  Daniele Varrazzofetchone() made async on async cursor
2020-04-08  Daniele Varrazzoregister_array() renamed to array.register()
2020-04-08  Daniele VarrazzoFixed registration scope of composite array adapters
2020-04-08  Daniele VarrazzoAdded typecasting of composite types
2020-04-08  Daniele VarrazzoAdded cast from varchar, bpchar, name
2020-04-07  Daniele VarrazzoAdded tests for all numeric types arrays
2020-04-07  Daniele VarrazzoDropped ArrayCaster, expose register_array function...
2020-04-07  Daniele VarrazzoReally use the context to transform components types
2020-04-07  Daniele VarrazzoThe Transformer is an adaptation context
2020-04-07  Daniele VarrazzoWork around mypy error of Format not exposed by psycopg...
2020-04-07  Daniele VarrazzoAdded binary cast of record type
2020-04-07  Daniele VarrazzoAdded Transformer.cast_sequence() in place of cast_row()
2020-04-07  Daniele VarrazzoAdded text cast of records
2020-04-07  Daniele VarrazzoDropped accepting None as Transformer.cast() input
2020-04-07  Daniele VarrazzoLess global objects in types.array module
2020-04-05  Daniele VarrazzoAdded xfailing tests to remember what is left to implement
2020-04-05  Daniele VarrazzoCleanup of the array adapter algorithm
2020-04-05  Daniele VarrazzoCheck that arrays contain consistent objects.
2020-04-05  Daniele VarrazzoDropped spurious comment
2020-04-05  Daniele VarrazzoAdded adaptation of binary arrays
2020-04-04  Daniele VarrazzoConsistent name of 'format' parameter
2020-04-04  Daniele VarrazzoConsistent 'src' name for the first argument of the...
2020-04-04  Daniele VarrazzoAdded cast of binary arrays
2020-04-04  Daniele VarrazzoFixed typing typo
2020-04-03  Daniele VarrazzoAdaptation context transferred to the adapters objects
2020-04-03  Daniele VarrazzoUse classmethod instead of staticmethod to play better...
2020-04-03  Daniele VarrazzoAdded array tests for sql_ascii db and bytea
2020-04-03  Daniele VarrazzoFixed TypeCasterType and AdapterType types
2020-04-03  Daniele VarrazzoAdded wrapper for escape_bytea with no connection
2020-04-03  Daniele VarrazzoTypecaster renamed to TypeCaster
2020-04-03  Daniele VarrazzoAdded basic array adaptation infrastructure
2020-04-03  Daniele VarrazzoFixed names of wrapper functions
2020-04-03  Daniele VarrazzoAdded object to map oid and data types
2020-04-02  Daniele VarrazzoAdded array delimiter to the data types info
2020-04-02  Daniele VarrazzoCleanup of the encodings table and lookup
2020-04-02  Daniele VarrazzoHandle sql_ascii encoding as binary
2020-04-02  Daniele VarrazzoAdded pq.Escaping object and bytea adaptation
2020-04-02  Daniele VarrazzoAdded connection.encoding
2020-04-02  Daniele VarrazzoAdded bytes adaptation
2020-04-02  Daniele VarrazzoAdded binary typecasting of int, float, bool.
2020-04-02  Daniele Varrazzo'pgresult' is part of the Cursor interface
2020-04-02  Daniele VarrazzoModules import to register builtin types moved to types...
2020-04-02  Daniele Varrazzoexceptions module renamed to errors
2020-04-02  Daniele VarrazzoModule adaptation renamed to adapt
2020-04-02  Daniele VarrazzoAdded text types conversion for numeric types and bools
2020-04-01  Daniele VarrazzoAdded tests about adapters/casters selection, some...
2020-04-01  Daniele VarrazzoInclude None in AdaptContext
2020-03-31  Daniele VarrazzoDefinition with a wrong default changed into declaration
2020-03-31  Daniele VarrazzoAdded mypy tests on travis
2020-03-31  Daniele VarrazzoAdded install instruction to readme
2020-03-31  Daniele VarrazzoUse == instead of is to check the Wait states
2020-03-31  Daniele VarrazzoUse the selectors module instead of select
2020-03-31  Daniele Varrazzosetup.py fixed
2020-03-31  Daniele VarrazzoAdded license
2020-03-30  Daniele VarrazzoAdded types stub for ctypes functions
2020-03-29  Daniele VarrazzoAnother couple of functions marked as returning Oid
2020-03-29  Daniele VarrazzoSolved problem with namedtuple index
2020-03-29  Daniele VarrazzoAdded Oid type
2020-03-29  Daniele VarrazzoFixed problem with adapters decorators
2020-03-29  Daniele VarrazzoAdded most type annotations
2020-03-29  Daniele VarrazzoAlso run mypy on tests and setup
2020-03-29  Daniele VarrazzoFirst pass of mypy annotation
2020-03-29  Daniele VarrazzoDropped local encoder/decoder in int adapters
2020-03-29  Daniele VarrazzoOid map updated to PG 12
2020-03-29  Daniele VarrazzoINVALID_OID moved to oids module
2020-03-29  Daniele VarrazzoFixed oids order
2020-03-28  Daniele VarrazzoAdded regtype spelling of data types to oid table
2020-03-28  Daniele VarrazzoAdapter/caster register functions can be used as decorators
2020-03-28  Daniele Varrazzoregister function and global adapters map moved as...
2020-03-28  Daniele VarrazzoAdapters moved to the types package
2020-03-28  Daniele VarrazzoAdded map of types oids
2020-03-28  Daniele VarrazzoAdded adapter/caster decorators
2020-03-28  Daniele VarrazzoAdded register_adapter/caster functions
2020-03-28  Daniele VarrazzoMaking adapters/casters simpler
2020-03-28  Daniele VarrazzoSeparate Transformer into Adapter and Typecaster
2020-03-27  Daniele VarrazzoAdded binary results from cursor
2020-03-27  Daniele VarrazzoAdded basic typecasting and cursor.fetchone()
2020-03-27  Daniele VarrazzoAdded sketch of adaptation layer
2020-03-27  Daniele VarrazzoAdded format enum
2020-03-27  Daniele Varrazzoquery2pg returns formats too
2020-03-27  Daniele VarrazzoAllow b and s formats on query split
2020-03-27  Daniele VarrazzoVerbose regexp to parse placeholders
2020-03-26  Daniele VarrazzoTypoeoes
2020-03-24  Daniele VarrazzoSkip certain tests on PG < 10
2020-03-24  Daniele VarrazzoDisplay libpq version on test header
2020-03-24  Daniele Varrazzotmp
2020-03-24  Daniele VarrazzoSkip test for waiting on send
2020-03-24  Daniele VarrazzoAdded class_for_state() stub
2020-03-24  Daniele VarrazzoSkip hostaddr test for PG version < 12
2020-03-24  Daniele VarrazzoUse 'async with lock' instead of deprecated 'with await...
2020-03-24  Daniele VarrazzoAdded PQlibVersion() wrapper
2020-03-24  Daniele VarrazzoFlake8 config tweaked for black compatibility
next