Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDO Exception when setting a value for a not cached key #4

Closed
valeriangalliat opened this issue Sep 26, 2013 · 2 comments
Closed

PDO Exception when setting a value for a not cached key #4

valeriangalliat opened this issue Sep 26, 2013 · 2 comments

Comments

@valeriangalliat
Copy link
Contributor

Here is the code.

$nsql = new NoSQLite\NoSQLite('test.db');

$store = $nsql->getStore('test');
$store->set('a', 'test');
unset($store);

$store = $nsql->getStore('test');
$store->set('a', 'test'); // Will throw a PDOException
@mthenw
Copy link
Owner

mthenw commented Sep 26, 2013

Thanks for reporting this. I'll fix this today :)

@mthenw
Copy link
Owner

mthenw commented Sep 26, 2013

Fixed in #5

@mthenw mthenw closed this as completed Sep 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants