Procházet zdrojové kódy

ODBC deadlock resolved. Refs: #49.
When reading multiple parts of a column (ReadVarString, ReadBlob),
any DB operation must be suppressed until the column has been read completely.
Calling NEW in between can invoke the garbage collector, which in turn can finalize unused tables. Finalization of tables has therefore been delayed by using an action.

Plus one trivial Optimization: empty and NULL VARCHAR strings reuse a common string object.

Signed-off-by: Josef Templ <josef.templ@gmail.com>

Josef Templ před 9 roky
rodič
revize
78bc333099
2 změnil soubory, kde provedl 0 přidání a 0 odebrání
  1. binární
      Sql/Mod/Odbc.odc
  2. binární
      Sql/Mod/Odbc3.odc

binární
Sql/Mod/Odbc.odc


binární
Sql/Mod/Odbc3.odc