air-sqlite icon indicating copy to clipboard operation
air-sqlite copied to clipboard

Utilities for working with SQLite databases in AIR

Results 6 air-sqlite issues
Sort by recently updated
recently updated
newest added

Error #3119: Database file is currently locked. at flexunit.framework::Assert$/fail()[C:\Users\mlabriola\Documents\workspaces\net\digitalprimates\opensource\fluint\FlexUnit1Lib\src\flexunit\framework\Assert.as:370] at tests.com.probertson.data::SQLRunnerCloseTest/testCloseAfterMixedExecute_executeModify_error()[C:\Work\classes_repo\github\air-sqlite\tests\tests\com\probertson\data\SQLRunnerCloseTest.as:275] at com.probertson.data.sqlRunnerClasses::PendingBatch/_finishError()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:240] at com.probertson.data.sqlRunnerClasses::PendingBatch/rollbackTransaction()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:223] at com.probertson.data.sqlRunnerClasses::PendingBatch/conn_error()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:210]

When I run DBCopier with a sourceDB that doesn't have a password I can create a copy with a password that is readable from ActionScript and from Lita. When I...

I'm building my project with AIR 3.4 to test some of the upcoming features. All of a sudden the success handlers got called but the result.data was null. For the...

It would be nice to be able to execute a group of SELECT statements. They wouldn't run in a transaction (like an executeModify() batch does) but you could still have...

Enhancement

Currently the design for the SQLConnection pooling is to use a deferred instantiation model, where SQLConnection objects are only created and added to the pool when they're actually needed (i.e....

Enhancement