Search found 1 match
- 13.05.2007, 07:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Fix for SQLite's TZUpdateSQL binding bug on v6.6.1 - beta
- Replies: 3
- Views: 1210
Fix for SQLite's TZUpdateSQL binding bug on v6.6.1 - beta
Hello, Here is a quick fix for a bug in the TZSQLiteStatement.Execute() routine. If an empty SQL string is passed into the function it will raise a cryptic error message: "library routine called out of sequence" Replace this: CheckSQLiteError(FPlainDriver, ErrorCode, ErrorMessage, lcExecut...