Re: [sqlite] Table sqlite_sequence

2014-02-22 Thread Richard Hipp
On Fri, Feb 21, 2014 at 1:42 PM, Saulo Ribeiro wrote: > Dear Sir, > > I've done some tests with sqlite and I haven't > found the table sqlite_sequence. > In sqlite documentation, on item 2.6.2 The sqlite_sequence table: > The sqlite_sequence table is an internal table used to

[sqlite] Should System.Data.SQLite.EF6.SQLiteProviderServices be public?

2014-02-22 Thread Eric Sink
After reading this: http://msdn.microsoft.com/en-us/data/jj680699.aspx about Code-based Configuration in EF6, I wonder if System.Data.SQLite.EF6.SQLiteProviderServices needs to be public (instead of internal), so that people could do something like this: public class

[sqlite] Table sqlite_sequence

2014-02-22 Thread Saulo Ribeiro
Dear Sir, I've done some tests with sqlite and I haven't found the table sqlite_sequence. In sqlite documentation, on item 2.6.2 The sqlite_sequence table: The sqlite_sequence table is an internal table used to help implement AUTOINCREMENT . The sqlite_sequence