1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-09 05:34:42 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
caixiangyue
e7dea0a26b Rewrite database access layer. 2019-07-23 15:24:28 +08:00
cuihaikuo
0289c20b08 Don't create tables in running program by default. 2019-03-28 10:27:10 +08:00
cuihaikuo
a293b4b6ea Only mysql can use config option 'create_tables'. 2018-07-09 15:25:56 +08:00
cuihaikuo
97e690b7d5 Add config option 'create_tables'. 2018-07-05 12:07:27 +08:00
cuihaikuo
fa66f61ed0 Add primary key for mysql table.
Add column names in 'INSERT' and 'REPLACE' sql.
2018-04-18 14:04:05 +08:00
cuihaikuo
b98c73ba23 Support multi-tier groups. 2018-04-04 17:03:21 +08:00
“cuihaikuo”
5e0a7395ac Add rpc get_org_groups_by_user(). 2017-12-29 11:44:49 +08:00
“cuihaikuo”
078d115530 Fix a typo in sql. 2017-12-09 18:29:47 +08:00
Jonathan Xu
a97107618b A few SQL optimizations.
- Avoid querying groups in a loop
- Avoid querying org groups in a loop
2017-04-06 17:40:01 +08:00
Jiaqiang Xu
8104472abb Replace "LIMIT ?,?" with "LIMIT ? OFFSET ?" in SQL. 2016-11-15 11:10:46 +08:00
Jiaqiang Xu
ed8404c061 Initial commit of Ccnet server. 2016-08-19 13:54:34 +08:00