> can you please change your patch to fix offending make-local-name (i guess
> it should intern name into keyword package rather than doing this
> read-from-string thing)
> rather than innocent users of that symbol?
Sure, never wanted to harm them anyway ;) Attached.
LeslieWed Apr 30 14:10:24 C
> also, it's not clear what happens if transaction is rolled back -- is
> prepared statement rolled back too, or it is memorized?
> it seems this way our idea of memorized statements and db session can be
> desynchronized, but actually in _oposite direction_: our code will think
> that it's there,
> LPP> What can I do about it with the new Postmodern code?
>
> hmm, iirc this error was addressed in executor-exec-prepared in pm-sql.lisp,
> but you moved it into pm-transaction.lisp to restart txn in case of this
> error, right?
Yes.
> and then i've removed it when merging, sorry..
>
> if s