Re: [sqlite] 3rd Call For Papers - 23rd Annual Tcl/Tk Conference (Tcl'2016)

2016-12-10 Thread john herron
Sent from Yahoo Mail on Android From:"Richard Hipp" Date:Mon, Sep 5, 2016 at 2:52 PM Subject:Re: [sqlite] 3rd Call For Papers - 23rd Annual Tcl/Tk Conference (Tcl'2016) On 9/5/16, akupr...@shaw.ca wrote: > > Hello SQLite Users, fyi ... > > 23rd

Re: [sqlite] "Responsive" website revamp at www.sqlite.org

2016-12-10 Thread john herron
Sent from Yahoo Mail on Android From:"Scott Robison" Date:Tue, Sep 6, 2016 at 1:16 PM Subject:Re: [sqlite] "Responsive" website revamp at www.sqlite.org Lamding page looks fine on my Galaxy Note 4 phone and cheap Amazon Fire tablet, both landscape and portrait.

[sqlite] OutOfMemory exception when returning a small DataTable

2016-12-10 Thread Mr A
I have a SQLite database that has a single table with 18 million rows and 24 columns. I have written a SQL query function in C#, which I expose to Excel with ExcelDNA. This is the complete code, string constr = constr = "Data Source=" + FilePath +

Re: [sqlite] sqlite3_changes() using 64 bit counters?

2016-12-10 Thread Simon Slavin
On 10 Dec 2016, at 4:53am, Gelin Yan wrote: > It is my first time to know sqlite is used to store 2^32 rows data. I can tell you I have a database in which one table takes up 39 Megabytes if that helps. Simon. ___ sqlite-users

[sqlite] Ajqvue 1.11 Released

2016-12-10 Thread dmp
The Ajqvue project is pleased to release v1.11 to the public. The release is a minor one to highlight an update to the QueryBuilder plugin. In addition to the QueryBuilder plugin the application comes with by the HeatMapper, JavaFX Charts, and Table Field Profiler plugins. The SQLite JDBC is an

Re: [sqlite] Speaking of Ruby & Sqlite...a weekend oddity for someone

2016-12-10 Thread Don V Nielsen
You are correct, sir. I discovered in the rake tasks the following little bit of code. It directs which version of sqlite to download and compile. # BINARY_VERSION = "3.8.11.1" # URL_VERSION= "3081101" # URL_PATH = "/2015" Now I just need to figure out how to reinitiate the rake