2006年09月07日 星期四 10:20
sqlite 是不是不支持 auto_increment? 好像也不支持alter语句,还有什么不支持的?
2006年09月07日 星期四 10:26
鳄鱼 wrote: > sqlite 是不是不支持 auto_increment? > 好像也不支持alter语句,还有什么不支持的? > > http://www.sqlite.org/omitted.html http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql
2006年09月07日 星期四 10:55
支持 Auto increment. 声明为 INTEGER PRIMARY KEY 就可以了 另外也支持 timestamp. TEXT DEFAULT CURRENT_TIMESTAMP
2006年09月07日 星期四 10:57
jacob 写道: > 鳄鱼 wrote: > >> sqlite 是不是不支持 auto_increment? >> 好像也不支持alter语句,还有什么不支持的? >> >> >> > http://www.sqlite.org/omitted.html > http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql > __ http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql 上面说3.1就已经支持了。可是我用的已经是3.3.7,怎么还是不行? > _____________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
2006年09月07日 星期四 11:12
Yingbo Qiu 写道: > 支持 Auto increment. 声明为 INTEGER PRIMARY KEY 就可以了 > > 另外也支持 timestamp. TEXT DEFAULT CURRENT_TIMESTAMP > 犯了一个低级错误,把auto_incrment写在了primary key的后面了 > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号