Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Implement batch runner for postgresql.
In general it's almost copy/paste of MySqlBatchRunner class.
Slight modifications:
- changed queries to postgresql syntax
  UPDATE <what to update>
  SET <expression>
  FROM ( <generated select query> )
- slighly modified regular expression with self updates.
  ColumAlias is optional group now. Alias is not generated every time.
- When in TransactionScope it means we have open transaction, really, it is.
  Postgre treats such transaction as distributed, that's why opening new transaction fails.
  • Loading branch information
raol committed Dec 9, 2015
commit 22385b107b61e818d69478d9f3de918c170afa06
Loading