quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Placeholder abstraction for DB drivers (eg, Postgres)

Open cbusbey opened this issue 7 years ago • 5 comments

See #283. We may want to consider adding something like sqlx or better, implement a driver type abstraction to handle driver specific placeholders.

cbusbey avatar Jun 14 '17 19:06 cbusbey

So there is currently no workaround for this? pq throws an error for me when trying to setup the sqlstore.

rocketbitz avatar Mar 15 '18 20:03 rocketbitz

The fork from alpacahq solves this issue. It'll be awesome if this gets merged upstream. Makes a lot of sense too based on #283

shadiakiki1986 avatar Jun 01 '18 13:06 shadiakiki1986

Appreciate you mentioning this @shadiakiki1986, we have been using the fork with great success.

rocketbitz avatar Jun 01 '18 13:06 rocketbitz

Hi @cbusbey,

Do you know if there are plans to merge #404 ?

If not, and if something else would be required to be merged, what should this solution look like in order to be approved? I plan to use quickfixgo with postgres and could help implementing something, but I would prefer avoiding the overhead of maintaining a fork...

Thank you!

sami-sweng avatar Sep 02 '20 10:09 sami-sweng

merged! sorry for the delay on that

cbusbey avatar Sep 30 '20 00:09 cbusbey