System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2013-11-13
20:44 Ticket [44df10ea90] Error 284 automatic index status still Closed with 4 other changes artifact: 014203c8dc user: mistachkin
20:43
Better handling of non-error log messages from the SQLite core library. Pursuant to [44df10ea90]. check-in: 70d2eddb52 user: mistachkin tags: trunk
19:58 Closed ticket [44df10ea90]: Error 284 automatic index plus 6 other changes artifact: 5826f460db user: mistachkin
2013-11-12
12:27 New ticket [44df10ea90]. artifact: 405a77d394 user: anonymous

Ticket Hash: 44df10ea90b5e1331f9ccf01b62352d33ca11f7a
Title: Error 284 automatic index
Status: Closed Type: Incident
Severity: Important Priority: Medium
Subsystem: Logging Resolution: Fixed
Last Modified: 2013-11-13 20:44:15
Version Found In: 1.0.89
User Comments:
anonymous added on 2013-11-12 12:27:45:
Hello!

I recently observed the following error in my application's output:

SQLite error (284): automatic index on phase(machine_setup)

phase and machine_setup are my table names and machine_setup is not primary key of phase table. Table phase has autoincrement primary key, but table machine_setup doesn't, since its primary key is of varchar type.

Can you please tell me what exactly does error 284 mean and why application could be reporting index problems?

Regards,
Andrej

mistachkin added on 2013-11-13 19:58:08:
This message is actually just a warning.  The System.Data.SQLite logging
subsystem should probably be updated to handle warnings as a special case.

mistachkin added on 2013-11-13 20:44:15:
Fixed on trunk via check-in [70d2eddb52].