[pypy-commit] pypy default: have sqlite only build/use a row_cast_map if needed

2013-03-09 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62271:672017bcae87 Date: 2013-03-09 14:44 -0500 http://bitbucket.org/pypy/pypy/changeset/672017bcae87/ Log:have sqlite only build/use a row_cast_map if needed diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/l

[pypy-commit] pypy default: reorder these functions

2013-03-09 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62272:3dbab3e443a7 Date: 2013-03-09 15:03 -0500 http://bitbucket.org/pypy/pypy/changeset/3dbab3e443a7/ Log:reorder these functions diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -1077

[pypy-commit] pypy default: this variable is internal

2013-03-09 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62273:b09b4f5c8026 Date: 2013-03-09 15:09 -0500 http://bitbucket.org/pypy/pypy/changeset/b09b4f5c8026/ Log:this variable is internal diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -11