time dates - Search results in mailing lists

2021-02-04 16:55:21 | Latest developments in psycopg3 (Daniele Varrazzo)

date + %s" only works if the parameter is specified as either int2 or int4. If it's int8 or numeric, Postgres will complain that there is no cast. If it's unknown, Postgres will complain

2020-11-07 16:32:39 | psycopg3 and adaptation choices (Daniele Varrazzo)

time test I'm writing a Django backend for it, and running Django test suite. This has uncovered unexpected behaviours caused by the different ways parameters are adapted by the backend as opposite as passed

2019-04-04 13:05:52 | Psycopg 2.8 released (Daniele Varrazzo)

date and time adapter. mxDatetime support continues to be available as an alternative to Python

2018-10-15 18:22:15 | Python vers, was 2.8 feature branch (Brian M Hamlin)

times, are not in sync with the emotional appeals to build in Python 3.x. The company has no plans to remove the working Python 2.7 pipeline.   side-note: The Debian/Ubuntu 1804 OSGeo Linux setup

2017-10-18 17:10:51 | [psycopg] _psycopg.cpython-36m-x86_64-linux-gnu.so: undefined symbol: ASN1_STRING_length (Allan Kamau)

date;time /somepath/apps/python/3.6.3/bin/python3 -c"import psycopg2;";date; Wed Oct 18 16:59:52 +03 2017 Traceback

2017-09-06 14:10:06 | Re: [psycopg] Parse record type into tuple (Daniele Varrazzo)

dates one by one. What register_composite does is exactly that: it queries the server to check what type is each field, stores that information, and then uses it at parsing time

2017-06-08 22:28:26 | Re: [psycopg] Caching connection pool? (Israel Brewster)

time based. Agreed that date of last usage would probably be better here. Of course

2017-03-08 14:27:31 | [psycopg] Releasing psycopg 2.7.1 soon (Daniele Varrazzo)

date libssl that is possible to install on the venerable (venerable means obsolete) CentOS 5, the platform used to build manylinux1-compliant wheel packages. CentOS 5 is going EoL in a matter of weeks

2016-02-21 10:45:40 | database not accepting data properly (Shaan Repswal)

time.date(), self.start_time.time(), datetime.datetime.now() - self.start_time, desc_text))) cur.execute

2015-06-25 14:03:10 | Re: DateRange with mx.Date (Daniele Varrazzo)

Date(2015,1,31), '[)')]) ProgrammingError: function daterange(timestamp without time zone, timestamp without time zone

2013-12-31 15:31:41 | Re: results via pgAdmin but not via psycopg2 (Adrian Klaver)

time value. This as pointed out can be solved without committing a transaction. For a detailed look at your options see: http:///docs/9.3/interactive/functions-datetime.html#FUNCTIONS-DATETIME-CURRENT 9.9.4. Current Date/Time It documents the behavior of the various date

2013-11-15 21:13:08 | Value substitutions with a dictionary. (jared)

date timestamp without time zone ); Then I executed this: import psycopg2 from datetime import datetime

2013-03-19 07:59:28 | progress with the "binary mode" cursor (P. Christeas)

DATE ( $1='2013-03-19' ) . The (highly experimental) work is at: https:///xrg/psycopg/tree/mageia-exec and I would really appreciate your feedback on it! [1] first time

2013-03-18 13:53:54 | Issue with DateStyle and pgbouncer (Daniele Varrazzo)

time to break something. What I'd do is: if the DateStyle info is missing (i.e. you are on pgbouncer or other "broken" middleware) just assume the date

2012-09-24 08:56:38 | Range type adaptation implemented (Daniele Varrazzo)

date, timestamp, timestamptz and all the custom ranges, because in the sql representation we have to pass the type name. I've thought about using a single Range with a single adapter looking