[fpc-pascal] SqlDB + SQLite3 - CreateDB() call

2015-05-18 Thread Graeme Geldenhuys
Hi, Does SqlDB+SQLite3 support creating a SQLite database via the TSQLConnection.CreateDB() call? I tested with FPC 2.6.4 and it doesn't seem to work. More specifically, TIBConnection has CreateDB() implemented, but TSQLite3Connection doesn't. Is this implemented in the upcoming FPC 3.0 or in 3.

Re: [fpc-pascal] SqlDB + SQLite3 - CreateDB() call

2015-05-18 Thread Michael Van Canneyt
On Mon, 18 May 2015, Graeme Geldenhuys wrote: Hi, Does SqlDB+SQLite3 support creating a SQLite database via the TSQLConnection.CreateDB() call? I tested with FPC 2.6.4 and it doesn't seem to work. More specifically, TIBConnection has CreateDB() implemented, but TSQLite3Connection doesn't. I

Re: [fpc-pascal] SqlDB + SQLite3 - CreateDB() call

2015-05-19 Thread LacaK
Dňa 18.5.2015 o 11:33 Michael Van Canneyt napísal(a): On Mon, 18 May 2015, Graeme Geldenhuys wrote: Hi, Does SqlDB+SQLite3 support creating a SQLite database via the TSQLConnection.CreateDB() call? I tested with FPC 2.6.4 and it doesn't seem to work. More specifically, TIBConnection has Cre

Re: [fpc-pascal] SqlDB + SQLite3 - CreateDB() call

2015-05-19 Thread Graeme Geldenhuys
On 2015-05-19 12:41, LacaK wrote: > I have commited CreateDB/DropDB methods for TSQLite3Connection now (rev. > 30884-30885). > I did basic tests ... seems works, but I will be glad if somebody will > test it also. Awesome. Many thanks. I'll grab the latest code tonight. As for testing. Last nig