1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-10-20 18:28:38 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jiaqiang Xu
8104472abb Replace "LIMIT ?,?" with "LIMIT ? OFFSET ?" in SQL. 2016-11-15 11:10:46 +08:00
Jiaqiang Xu
36deb86713 Fix SQLite "database is locked" problem. 2016-10-30 10:24:13 +08:00
cuihaikuo
1eef7c5711 cli add admin 2016-10-24 18:00:44 +08:00
Jiaqiang Xu
14035406a7 Don't use 'as' syntax in SQL. 2016-10-09 16:12:36 +08:00
Jiaqiang Xu
312e152703 Fix db connection pool bug. 2016-10-05 18:33:03 +08:00
Jiaqiang Xu
52c52a63d5 Replace sqlite_unlock_notify with timed retry. 2016-08-27 13:49:20 +08:00
Jiaqiang Xu
51bde41209 Conditional compile MySQL and PostgreSQL support. 2016-08-20 17:50:06 +08:00
Jiaqiang Xu
48c3f5edef Add connection pool for db. 2016-08-20 15:30:25 +08:00
Jiaqiang Xu
9e422626fd Include headers files in net/common to tarball. 2016-08-19 16:54:23 +08:00
Jiaqiang Xu
ed8404c061 Initial commit of Ccnet server. 2016-08-19 13:54:34 +08:00