Dear Sir / Madam,

Maybe not a real/serious bug but…

When I look at version 3.7.3 I see there is a new sqlite3_soft_heap_limit64, 
and that the old function sqlite3_soft_heap_limit is deprecated.

Extension libraries get pointers to the API functions from the 
sqlite3_api_routines structure. A pointer to the 64 bits version is missing, 
forcing the extension lib to use the old 32 bits version. Shouldn’t there be an 
extra pointer in the structure?

Kind regards,

Gerry Kleinpenning

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

Reply via email to