FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_sqlite/statement.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_sqlite
statement.c
on
3.8
User selector
Datepicker
Commit history
Commits on Oct 26, 2020
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Show description for a053a7e
miss-islington
and
serhiy-storchaka
authored
a053a7e
View commit details
Copy full SHA for a053a7e
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
bpo-32788: Better error handling in sqlite3. (GH-3723)
Show description for fc662ac
serhiy-storchaka
authored
fc662ac
View commit details
Copy full SHA for fc662ac
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
berkerpeksag
authored
8d1e190
View commit details
Copy full SHA for 8d1e190
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Show description for 5252694
benjaminp
authored
5252694
View commit details
Copy full SHA for 5252694
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359)
palaviv
authored and
berkerpeksag
committed
86a6705
View commit details
Copy full SHA for 86a6705
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Show description for 4a926ca
berkerpeksag
authored
4a926ca
View commit details
Copy full SHA for 4a926ca
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Added the const qualifier to char* variables that refer to readonly internal
Show description for 85b0f5b
serhiy-storchaka
committed
85b0f5b
View commit details
Copy full SHA for 85b0f5b
View code at this point
Browse repository at this point
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Show description for 0651583
serhiy-storchaka
committed
0651583
View commit details
Copy full SHA for 0651583
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements
Show description for ab994ed
berkerpeksag
committed
ab994ed
View commit details
Copy full SHA for ab994ed
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684
serhiy-storchaka
committed
4fdb684
View commit details
Copy full SHA for 4fdb684
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
Issue #21147: sqlite3 now raises an exception if the request contains a null
Show description for 42d67af
serhiy-storchaka
committed
42d67af
View commit details
Copy full SHA for 42d67af
View code at this point
Browse repository at this point
Commits on Nov 18, 2013
sqlite: Use Py_ssize_t to store a size instead of an int
Show description for afccb0a
vstinner
committed
afccb0a
View commit details
Copy full SHA for afccb0a
View code at this point
Browse repository at this point
sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX
Show description for 3f658be
vstinner
committed
3f658be
View commit details
Copy full SHA for 3f658be
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
c679227
View commit details
Copy full SHA for c679227
View code at this point
Browse repository at this point
Commits on Aug 16, 2013
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
serhiy-storchaka
committed
8fa8ee3
View commit details
Copy full SHA for 8fa8ee3
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy-storchaka
committed
2efdc90
View commit details
Copy full SHA for 2efdc90
View code at this point
Browse repository at this point
Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy-storchaka
committed
3cf96ac
View commit details
Copy full SHA for 3cf96ac
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Undocument and clean up sqlite3.OptimizedUnicode
Show description for bc35beb
akheron
committed
bc35beb
View commit details
Copy full SHA for bc35beb
View code at this point
Browse repository at this point
Commits on Feb 1, 2012
Merge branch 3.2
Show description for 8940f62
akheron
committed
8940f62
View commit details
Copy full SHA for 8940f62
View code at this point
Browse repository at this point
sqlite3: Handle strings with embedded zeros correctly
Show description for 023fe33
akheron
committed
023fe33
View commit details
Copy full SHA for 023fe33
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
Issue #8914: fix various warnings from the Clang static analyzer v254.
brettcannon
committed
b94767f
View commit details
Copy full SHA for b94767f
View code at this point
Browse repository at this point
Commits on Sep 3, 2010
Welcome to the UTF-8 world.
florentx
committed
c934f32
View commit details
Copy full SHA for c934f32
View code at this point
Browse repository at this point
Commits on May 19, 2010
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Show description for 8699950
Victor Stinner
committed
8699950
View commit details
Copy full SHA for 8699950
View code at this point
Browse repository at this point
Commits on Mar 5, 2010
Merged new pysqlite version 2.6.0 from trunk.
ghaering
committed
f9cee22
View commit details
Copy full SHA for f9cee22
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Sep 22, 2008
Issue #3659: Values of string subclasses were not handled correctly when used
Show description for 6117f42
ghaering
committed
6117f42
View commit details
Copy full SHA for 6117f42
View code at this point
Browse repository at this point
Commits on Sep 13, 2008
Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from
Show description for d7b0328
benjaminp
committed
d7b0328
View commit details
Copy full SHA for d7b0328
View code at this point
Browse repository at this point
Commits on Aug 7, 2008
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Show description for 4cc0f24
malemburg
committed
4cc0f24
View commit details
Copy full SHA for 4cc0f24
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Renamed PyBytes to PyByteArray
tiran
committed
9c4756e
View commit details
Copy full SHA for 9c4756e
View code at this point
Browse repository at this point
Commits on May 4, 2008
Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,…
Show description for 81ee3ef
tiran
committed
81ee3ef
View commit details
Copy full SHA for 81ee3ef
View code at this point
Browse repository at this point
Commits on Mar 29, 2008
Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionally
Show description for e7ea745
ghaering
committed
e7ea745
View commit details
Copy full SHA for e7ea745
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Dec 14, 2007
Merged revisions 59465-59487 via svnmerge from
Show description for 3805321
tiran
committed
3805321
View commit details
Copy full SHA for 3805321
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL