回复: 我的分支

6 views
Skip to first unread message

evilのdoer

unread,
Jun 10, 2012, 10:36:11 PM6/10/12
to gtkqq-dev
lwqq中的
src/lwdb/lwdb.c文件中的

static const char *create_global_db_sql =
    "create table if not exists configs("
    "    id integer primary key asc autoincrement,"
    "    family define '',"                                                 <<<这一行
    "    key default '',"
    "    value default '');"
    "create table if not exists users("
    "    number primary key,"
    "    db_name default '',"
    "    password default '',"
    "    status default 'offline',"
    "    rempwd default '1');";

其中的"    family define '',"的define是不是写错了?

mathslinux

unread,
Jun 11, 2012, 12:04:31 AM6/11/12
to gtkq...@googlegroups.com, evilのdoer
我最新的代码已经fix了, thank you all the same
--
linuxer and emacser and pythoner living in beijing
blog: http://mathslinux.org
twitter: https://twitter.com/mathslinux
google+: https://plus.google.com/118129852578326338750
Reply all
Reply to author
Forward
0 new messages