Re: [sqlite] SQLite 3.8.6 beta

2014-08-09 Thread Keith Medcalf

Both the extension entrypoints are missing from the DLL ...

sqlite3_enable_load_extension
sqlite3_load_extension

>-Original Message-
>From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
>boun...@sqlite.org] On Behalf Of big stone
>Sent: Saturday, 9 August, 2014 16:01
>To: sqlite-users@sqlite.org
>Subject: Re: [sqlite] SQLite 3.8.6 beta
>
>hello,
>
>Maybe i did a wrong manipulation.
>Using latest beta dll on windows / python3.3, I get this strange error :
>
>import sqlite3 as sqlite
>  File
>"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-
>3.3.5\lib\sqlite3\__init__.py",
>line 23, in 
>from sqlite3.dbapi2 import *
>  File
>"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-
>3.3.5\lib\sqlite3\dbapi2.py",
>line 26, in 
>from _sqlite3 import *
>ImportError: DLL load failed: La procédure spécifiée est introuvable.
>
>I'm really not sure why this sudden issue, but I report as I never met
>that
>before.
>___
>sqlite-users mailing list
>sqlite-users@sqlite.org
>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.8.6 beta

2014-08-09 Thread Keith Medcalf

I believe the compile options were not set right.  

sqlite3_enable_load_extensions has not been exported.


>-Original Message-
>From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
>boun...@sqlite.org] On Behalf Of big stone
>Sent: Saturday, 9 August, 2014 16:01
>To: sqlite-users@sqlite.org
>Subject: Re: [sqlite] SQLite 3.8.6 beta
>
>hello,
>
>Maybe i did a wrong manipulation.
>Using latest beta dll on windows / python3.3, I get this strange error :
>
>import sqlite3 as sqlite
>  File
>"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-
>3.3.5\lib\sqlite3\__init__.py",
>line 23, in 
>from sqlite3.dbapi2 import *
>  File
>"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-
>3.3.5\lib\sqlite3\dbapi2.py",
>line 26, in 
>from _sqlite3 import *
>ImportError: DLL load failed: La procédure spécifiée est introuvable.
>
>I'm really not sure why this sudden issue, but I report as I never met
>that
>before.
>___
>sqlite-users mailing list
>sqlite-users@sqlite.org
>http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.8.6 beta

2014-08-09 Thread big stone
complementary information :
- compiling manually sqlite.dll , I have no issue,
- so the problem, if problem, is the official Sqlite.dll downloadble from
sqlite.org.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.8.6 beta

2014-08-09 Thread big stone
hello,

Maybe i did a wrong manipulation.
Using latest beta dll on windows / python3.3, I get this strange error :

import sqlite3 as sqlite
  File
"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-3.3.5\lib\sqlite3\__init__.py",
line 23, in 
from sqlite3.dbapi2 import *
  File
"C:\Users\famille\Documents\winpython\WinPython-32bit-3.3.5.0\python-3.3.5\lib\sqlite3\dbapi2.py",
line 26, in 
from _sqlite3 import *
ImportError: DLL load failed: La procédure spécifiée est introuvable.

I'm really not sure why this sudden issue, but I report as I never met that
before.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite 3.8.6 beta

2014-08-08 Thread Richard Hipp
A bit thanks to E.Pasma who found a performance regression in 3.8.6, which
has now been fixed (with added test cases to prevent a recurrence).  Fresh
snapshots are now on the download page (http://www.sqlite.org/download.html).
Please continue to test the latest snapshots and report any issues you find.

Probably we will begin final release testing next week.  Once the checklist
(http://www.sqlite.org/checklists/3080600/index) goes all-green we will cut
the release.

A summary of changes for 3.8.6 is here:
http://www.sqlite.org/draft/releaselog/3_8_6.html

-- 
D. Richard Hipp
d...@sqlite.org
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users