cpp-active-record icon indicating copy to clipboard operation
cpp-active-record copied to clipboard

Handle different query parameter placeholders

Open joeyates opened this issue 9 years ago • 1 comments

Placeholders are different between SQLite ('?') and PostgreSQL ('$1')

joeyates avatar Dec 30 '15 15:12 joeyates

Currently test/postgresql_connection_test.cpp uses $n and test/sqlite3_connection_test.cpp uses $.

Allow use of $ in both.

joeyates avatar Nov 29 '18 20:11 joeyates