Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4cd69d43
Kaydet (Commit)
4cd69d43
authored
Ara 18, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Bug #1618083] Add missing word; make a few grammar fixes
üst
c3200b97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libsqlite3.tex
Doc/lib/libsqlite3.tex
+4
-4
No files found.
Doc/lib/libsqlite3.tex
Dosyayı görüntüle @
4cd69d43
...
@@ -187,12 +187,12 @@ int, long, float, str (UTF-8 encoded), unicode or buffer.
...
@@ -187,12 +187,12 @@ int, long, float, str (UTF-8 encoded), unicode or buffer.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
complete
_
statement
}{
sql
}
\begin{funcdesc}
{
complete
_
statement
}{
sql
}
Returns
\constant
{
True
}
if the string
\var
{
sql
}
one or more complete SQL
Returns
\constant
{
True
}
if the string
\var
{
sql
}
contains
one or more complete SQL
statements terminated by semicolons. It does not verify
if
the SQL is
statements terminated by semicolons. It does not verify
that
the SQL is
syntactically correct, only
if there are no unclosed string literals and if
the
syntactically correct, only
that there are no unclosed string literals and
the
statement is terminated by a semicolon.
statement is terminated by a semicolon.
This can be used to build a shell for SQLite,
like
in the following example:
This can be used to build a shell for SQLite,
as
in the following example:
\verbatiminput
{
sqlite3/complete
_
statement.py
}
\verbatiminput
{
sqlite3/complete
_
statement.py
}
\end{funcdesc}
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment