cpython/Modules/_sqlite
Gerhard Häring 99b9df8e11 Forward-port of commit 59184.
- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
  statement recompilation with no bound parameters lead to a segfault
- Backported a fix necessary because of an SQLite API change in version
  3.5.
  This prevents segfaults when executing empty queries, like our test suite
  does
2007-12-11 21:07:40 +00:00
..
cache.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
cache.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
connection.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
connection.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
cursor.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
cursor.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
microprotocols.c Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
microprotocols.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
module.c Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
module.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
prepare_protocol.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
prepare_protocol.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
row.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
row.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
sqlitecompat.h
statement.c Forward-port of commit 59184. 2007-12-11 21:07:40 +00:00
statement.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00
util.c Forward-port of commit 59184. 2007-12-11 21:07:40 +00:00
util.h Merged changes from standalone version 2.3.3. This should probably all be 2007-01-14 01:43:50 +00:00