| Mon, 08 Jun 2009 17:37:21 -0500 |
barryp |
Added tag 2.0alpha2 for changeset 42f57fdc53a5
trunk tip
|
changeset |
files
|
| Mon, 08 Jun 2009 17:37:15 -0500 |
barryp |
Update version numbers so we can tag the current state
trunk 2.0alpha2
|
changeset |
files
|
| Mon, 13 Oct 2008 12:47:40 -0500 |
barryp |
Fix problem found when running unittests under Python 2.6: datetime.time.isoformat()
trunk
|
changeset |
files
|
| Tue, 23 Sep 2008 21:42:09 -0500 |
barryp |
Minor tweaks for compatibility with Python 2.3 and 2.4. The biggest
trunk
|
changeset |
files
|
| Mon, 22 Sep 2008 16:05:12 -0500 |
barryp |
Oops, one line that was deleted snuck back in, was harmless though.
trunk
|
changeset |
files
|
| Mon, 22 Sep 2008 14:49:07 -0500 |
barryp |
Tagged 2.0 alpha 1
trunk
|
changeset |
files
|
| Mon, 22 Sep 2008 14:43:03 -0500 |
barryp |
A few minor tweaks to the django backend, it seems to pass all Django unittests now!
trunk 2.0alpha1
|
changeset |
files
|
| Sun, 21 Sep 2008 23:38:51 -0500 |
barryp |
Get the packaging cleaned up somewhat.
trunk
|
changeset |
files
|
| Sun, 21 Sep 2008 15:43:59 -0500 |
barryp |
Fix problem where I used the wrong attribute name to access an Exeption's message.
trunk
|
changeset |
files
|
| Sun, 21 Sep 2008 15:27:38 -0500 |
barryp |
Subclassed bpgsql.Cursor to return rows as tuples instead of lists, to
trunk
|
changeset |
files
|
| Sun, 21 Sep 2008 15:06:54 -0500 |
barryp |
Add a Django 1.0 backend that passes a lot, but not all, of the Django unittests.
trunk
|
changeset |
files
|
| Sun, 21 Sep 2008 13:41:57 -0500 |
barryp |
Reorganize a bit so the Cursor.rowcount attribute can show usable
trunk
|
changeset |
files
|
| Sun, 21 Sep 2008 11:20:36 -0500 |
barryp |
Fixed problem preventing Connection class from being subclassed.
trunk
|
changeset |
files
|
| Sat, 20 Sep 2008 14:41:03 -0500 |
barryp |
Be consistent about the syntax used for raising exceptions, use the modern
trunk
|
changeset |
files
|
| Sat, 20 Sep 2008 13:32:19 -0500 |
barryp |
Ran pylint, made changes to help improve code quality.
trunk
|
changeset |
files
|
| Sat, 20 Sep 2008 12:37:45 -0500 |
barryp |
Rework type conversions to help it come closer to passing Django unittests.
trunk
|
changeset |
files
|
| Sat, 20 Sep 2008 11:10:29 -0500 |
barryp |
Took out logging calls, found after doing some profiling that the hit is pretty significant.
trunk
|
changeset |
files
|
| Wed, 17 Sep 2008 20:43:35 -0500 |
barryp |
Tweak a few minor things to allow it to start to work as a Django 1.0 DB backend.
trunk
|
changeset |
files
|
| Thu, 12 Jun 2008 23:54:01 -0500 |
barryp |
Cleanup the organization of the code and rename conversion functions to
trunk
|
changeset |
files
|
| Thu, 12 Jun 2008 23:28:55 -0500 |
barryp |
Move the _TypeManager functionality right into the Connection class.
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 22:43:32 -0500 |
barryp |
Simplify char and binary escaping, using regexes so we don't miss anything.
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 21:58:09 -0500 |
barryp |
Work on string escaping, to use standard_conforming_strings, also
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 14:55:23 -0500 |
barryp |
Document recent changes in mapping types between Python and PgSQL
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 14:05:19 -0500 |
barryp |
Simplify timestamp conversion to reuse the existing date and time conversions.
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 14:00:58 -0500 |
barryp |
Add support for Python datetime.time <--> pgsql time or 'time with time zone'
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 13:48:04 -0500 |
barryp |
Add support for sending/receiving Python datetime.datetime objects
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 12:18:34 -0500 |
barryp |
Combine separate date unittests into a single one.
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 12:14:31 -0500 |
barryp |
Enhance unittest for pgsql numeric type to also check for using Python
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 12:11:18 -0500 |
barryp |
Add ability to register special conversions for going from Python types
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 11:34:24 -0500 |
barryp |
Map the pgsql 'numeric' type to Python Decimal
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 11:32:21 -0500 |
barryp |
Untangle the mess having to do with how PgSQL types are mapped to Python types,
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 10:11:44 -0500 |
barryp |
Minor cleanup to Binary row handling.
trunk
|
changeset |
files
|
| Wed, 11 Jun 2008 10:10:25 -0500 |
barryp |
Add a psycopg2-inspired extension: Cursor objects have a 'query' attribute
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 22:47:52 -0500 |
barryp |
Add ability to set the DSN on the commandline for the simple
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 22:34:59 -0500 |
barryp |
Send debugging output through the standard Python logging module.
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 22:15:45 -0500 |
barryp |
Update dbapi20.py test suite to version 1.10. Update bpgsql to pass.
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 22:02:04 -0500 |
barryp |
Add Stuart Bishop's DB API 2.0 compliance test. Update bpgsql to pass it.
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 17:43:39 -0500 |
barryp |
Change the license at the top of the module to match the LICENSE
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 17:37:26 -0500 |
barryp |
Start restructuring to include files expected in a normal Python package
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 17:02:22 -0500 |
barryp |
PEP8 style changes.
trunk
|
changeset |
files
|
| Wed, 30 Nov 2005 11:56:38 -0600 |
barryp |
First stab at unicode support. Character fields are now returned
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 16:49:51 -0500 |
barryp |
Tagging the final pre-unicode version as 1.2
trunk
|
changeset |
files
|
| Tue, 10 Jun 2008 16:46:36 -0500 |
barryp |
Tag the old old version 1.1 from SVN. Add .hgignore to ignore .pyc files.
trunk
|
changeset |
files
|
| Wed, 30 Nov 2005 10:52:04 -0600 |
None |
[svn r89] Test used an integer larger than what a PgSQL bigint could handle, so it
trunk 1.2
|
changeset |
files
|
| Tue, 01 Nov 2005 18:15:13 -0600 |
None |
[svn r84] Add support and unittest for converting PgSQL boolean to Python boolean.
trunk
|
changeset |
files
|
| Mon, 23 May 2005 11:14:19 -0500 |
None |
[svn r83] Expose the Cursor class, so it can be subclassed and documented
trunk
|
changeset |
files
|
| Mon, 23 May 2005 11:09:36 -0500 |
None |
[svn r82] Expose the Connection class, so it can be more easily subclassed, and
trunk
|
changeset |
files
|
| Fri, 29 Apr 2005 17:48:13 -0500 |
None |
[svn r81] lo_unlink was broken because of incorrect property name.
trunk
|
changeset |
files
|
| Sun, 10 Apr 2005 00:11:54 -0500 |
None |
[svn r80] Prefix the pack and unpack methods imported from struct with
trunk
|
changeset |
files
|
| Tue, 15 Mar 2005 11:27:54 -0600 |
None |
[svn r79] It was bad to assume any tables not named pg_* were ok to mess with
trunk
|
changeset |
files
|
| Sun, 26 Dec 2004 19:26:40 -0600 |
None |
[svn r78] Have bpgsql handle interrupt signals on socket reads/writes more gracefully.
trunk
|
changeset |
files
|
| Sun, 26 Dec 2004 18:57:09 -0600 |
None |
[svn r77] Fix minor error in the CopyIn handler (not well tested I guess).
trunk
|
changeset |
files
|
| Mon, 13 Dec 2004 16:10:53 -0600 |
None |
[svn r72] If the userid isn't specified in the connect args, try using
trunk
|
changeset |
files
|
| Mon, 13 Dec 2004 16:00:03 -0600 |
None |
[svn r71] Make sure oids are handled as unsigned longs when sent
trunk
|
changeset |
files
|
| Fri, 10 Dec 2004 22:53:39 -0600 |
None |
[svn r70] Casting oids to Python ints makes more sense at least for when working
trunk
|
changeset |
files
|
| Fri, 10 Dec 2004 22:45:19 -0600 |
None |
[svn r69] Fixup large object support, hadn't been tested :(
trunk
|
changeset |
files
|
| Mon, 20 Sep 2004 17:23:18 -0500 |
None |
[svn r68] Simplify how result row lists are created (so it happens when
trunk
|
changeset |
files
|
| Mon, 20 Sep 2004 12:41:37 -0500 |
None |
[svn r67] Reset some cursor properties before executing a command - that way
trunk
|
changeset |
files
|
| Mon, 20 Sep 2004 12:26:05 -0500 |
None |
[svn r66] Have notices from the backend go into the cursor's .messages list.
trunk
|
changeset |
files
|
| Mon, 20 Sep 2004 12:09:56 -0500 |
None |
[svn r65] SQL statements that don't return results (like INSERT) were being
trunk
|
changeset |
files
|