代码搜索:SQLITE

找到约 6,284 项符合「SQLITE」的源代码

代码结果 6,284
www.eeworm.com/read/213813/15124487

h sqlite3ext.h

/* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness fo
www.eeworm.com/read/5581/47721

sql create_tables_sqlite.sql

-- SQLite specific configuration script Create Table %PREFIX%SessionLog (Id Integer Primary Key Not Null, Command nvarchar(32), Date datetime, Hostname nvarchar(256), Username nvarchar(256)
www.eeworm.com/read/493646/1164558

py sqlite_test3.py

import sqlite3 import datetime, time def adapt_datetime(ts): return time.mktime(ts.timetuple()) sqlite3.register_adapter(datetime.datetime, adapt_datetime) con = sqlite
www.eeworm.com/read/493646/1164559

py sqlite_test4.py

import sqlite3 import datetime, time def adapt_datetime(ts): return time.mktime(ts.timetuple()) sqlite3.register_adapter(datetime.datetime, adapt_datetime) con = sqlite
www.eeworm.com/read/493646/1164560

py sqlite_test2.py

import sqlite3 import datetime, time def adapt_datetime(ts): return time.mktime(ts.timetuple()) sqlite3.register_adapter(datetime.datetime, adapt_datetime) con = sqlite
www.eeworm.com/read/472233/1417062

h sqlite3ext.h

/* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness fo