Re: [sqlite] copmile SQLite with extension?

2018-04-26 Thread Thomas Kurz
not have to "load_extension" each time I connect to the database. - Original Message - From: Keith Medcalf <kmedc...@dessus.com> To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org> Sent: Thursday, April 26, 2018, 15:56:11 Subject: [sqlite] copmile SQLite

Re: [sqlite] copmile SQLite with extension?

2018-04-26 Thread Keith Medcalf
way to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. >-Original Message- >From: sqlite-users [mailto:sqlite-users- >boun...@mailinglists.sqlite.org] On Behalf Of Thomas Kurz >Sent: Thursday, 26 April, 2018 06:06 >To: SQLite mailing lis

Re: [sqlite] copmile SQLite with extension?

2018-04-26 Thread dave
> Behalf Of Thomas Kurz > Sent: Thursday, April 26, 2018 7:06 AM > Subject: [sqlite] copmile SQLite with extension? > > I have a project with heavily uses the libsqlitefunctions > extension. It is a bit annoying to "select > load_extension('...')" for every

[sqlite] copmile SQLite with extension?

2018-04-26 Thread Thomas Kurz
I have a project with heavily uses the libsqlitefunctions extension. It is a bit annoying to "select load_extension('...')" for every connection. Is it possible to compile an sqlite.dll which already has the extension embedded so that the functions provided can be used without further