Fix for Sqlite - "Transaction already started" PDOException. Added unit tests for delete and update Sqlite syntax.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9651 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-10-14 16:05:47 +00:00
parent ce6496e247
commit 2160ca2833
8 changed files with 108 additions and 3 deletions

View file

@ -0,0 +1,9 @@
<query id="deleteModuleConfig" action="delete">
<tables>
<table name="module_config" />
</tables>
<conditions>
<condition operation="equal" column="module" var="module" notnull="notnull" />
<condition operation="equal" column="site_srl" var="site_srl" notnull="notnull" pipe="and" />
</conditions>
</query>