1,738
edits
m (→SqlCache table) |
m (→SqlCache table) |
||
|-
| 0
| key
| integer
| Primary Key,
|-
|-
| 1
| statement
| varchar
| Not NULL, No Default Value,
| Contains the actual SQL statement that failed
|-
|}
#key;
▲#key; An autoincrement integer for every SQL statement entered in the cache
#statement; A varchar (string) containing the SQL statement that failed
|