Re: [sqlite] HELP sqlite3 used in vxworks has someproblem?

2014-08-28 Thread 163
e that doesn’t exist. So it will need > another check adding to unixDelete > > Regards > > Andy Ling > > > From: 王庆刚 [mailto:2004wqg2...@163.com] > Sent: 28 August 2014 15:01 > To: Andy Ling > Cc: sqlite-users@sqlite.org; Jan Nijtmans > Subject: Re:RE:

[sqlite] Link error using SQLite 3.8.5

2014-06-23 Thread 163
> Hi Experts, > Did you try to compile and link your program with SQLite 3.8.5 with > SQLITE_OMIT_WAL macro predefined? The compilation was successfully complete. > But it would report a link error and complain it could not find the > definition for unixGetpagesize function. I checked the

[sqlite] Performance issue using SQLite

2014-06-21 Thread 163
> Hi Experts, > I met a performance issue when using SQLite 3.8.4.3. I found it would be > quite slow trying to select count(*) using a where statement with several OR > condition. For example: > > sprintf (sql_str, "select ctrl_no from T_CTRL_CLRRULE where CTRL_NO='%s' and >

[sqlite] About Syntax Diagrams

2014-03-11 Thread yulea...@163.com
Dear SQLite Team: Hi, glad you had designed SQLite what a great open source software. Now I have a non-technical issues. The syntax diagrams for SQLite on your SQLite website is so beautiful, and i want to draw one for myself but I do not know what software you use to draw it. Can