psycopg2/tests
James Henstridge 2a94dfae47 * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test
coverage for datetime and time strings with and without time zone
	information.

	* psycopg/typecast_datetime.c (typecast_PYDATETIME_cast): adjust
	to handle the changes in typecast_parse_time.
	(typecast_PYTIME_cast): add support for time zone aware time
	values.

	* psycopg/typecast_mxdatetime.c (typecast_MXDATE_cast): make sure
	that values with time zones are correctly processed (even though
	that means ignoring the time zone value).
	(typecast_MXTIME_cast): same here.

	* psycopg/typecast.c (typecast_parse_time): Update method to parse
	second resolution timezone offsets.
2009-02-17 15:03:33 +09:00
..
__init__.py Add basic tests for large object code. Fix lobject.seek() to actually 2008-05-05 15:33:44 +08:00
bugX000.py Added 'make check' target, running all the available tests. 2007-11-11 10:40:12 +00:00
dbapi20.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
extras_dictcursor.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_connection.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_dates.py * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full test 2009-02-17 15:03:33 +09:00
test_lobject.py * tests/test_lobject.py (LargeObjectTests): add more tests, 2008-05-06 17:04:26 +08:00
test_psycopg2_dbapi20.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
test_quote.py 2008-04-21 James Henstridge <james@jamesh.id.au> 2008-04-20 23:19:42 +00:00
test_transaction.py 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com> 2008-04-20 23:12:21 +00:00
types_basic.py Added adapter to handle float('inf') and float('nan') 2009-01-23 00:09:20 +01:00
types_extras.py Added inet support 2008-09-24 01:27:52 +02:00