You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Všiml jsem si že pro start a commit transakce to generuje vždy jednu chybnou query. V PHP to ale exception nevyhodí a vše proběhne zdá se ok. U starého https://github.com/keboola/php-db-import#development jsem ověřil že se to objevuje taky.
The text was updated successfully, but these errors were encountered:
Jo to bude asi tím že používáme špatně BEGIN TRANSACTION a COMMIT
asi by se měly použít odbc metody: odbc_autocommit($conn, FALSE); odbc_commit($conn); odbc_rollback($conn); https://www.php.net/manual/en/function.odbc-autocommit.php
Sledoval sem query co tam běží a oboje se volá jen jednou takže bude něco špatně v tom jak se to volá přes odbc.
Všiml jsem si že pro start a commit transakce to generuje vždy jednu chybnou query. V PHP to ale exception nevyhodí a vše proběhne zdá se ok. U starého https://github.com/keboola/php-db-import#development jsem ověřil že se to objevuje taky.
The text was updated successfully, but these errors were encountered: