System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
2015-03-04
19:21 Closed ticket [92dbf1229a]: GetSchemaTable does not set key flags when non-table columns are used plus 2 other changes artifact: b92dd40d3d user: mistachkin
2015-03-03
17:24 Ticket [92dbf1229a]: 3 changes artifact: 4f82f6e001 user: mistachkin
2015-03-02
23:15 Ticket [92dbf1229a]: 3 changes artifact: 298592fa6e user: mistachkin
23:13 Fixed ticket [92dbf1229a]. artifact: f0a6a25820 user: mistachkin
23:11
When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a]. check-in: 154d609bbe user: mistachkin tags: nextRelease
23:05 New ticket [92dbf1229a] GetSchemaTable does not set key flags when non-table columns are used. artifact: 9d2a740c39 user: mistachkin

Ticket Hash: 92dbf1229ad5b41c177894f15b683669615e8b0c
Title: GetSchemaTable does not set key flags when non-table columns are used
Status: Closed Type: Code_Defect
Severity: Important Priority: Medium
Subsystem: Data_Reader Resolution: Fixed
Last Modified: 2015-03-04 19:21:21
Version Found In: 1.0.95.0
User Comments:
mistachkin added on 2015-03-02 23:05:27:
This problem was reported via the mailing list:

https://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/msg00301.html

mistachkin added on 2015-03-02 23:13:02:
Fixed on the "nextRelease" branch.

mistachkin added on 2015-03-02 23:15:24:
See also, check-in [154d609bbe].

mistachkin added on 2015-03-03 17:24:16:
This issue was caused by the fix for ticket [47c6fa04d3].