On 7/23/13, Anze Staric <[email protected]> wrote: > I have patched the translator so it only injects product column into > INSERT statements, if the column was not there already. I have run all > the tests, and they still pass. Is there anything else I should check? > Is there a better alternative approach? >
Should the same precautions be taken for UPDATE statements ? PS: Notice that tests have always passed even when product was duplicated in INSERTs. Indeed SQLite always used to work. At the moment direct tests against an instance running PostgreSQL or MySQL are still needed . [...] -- Regards, Olemis.
