Skip to content

Conversation

@mgatny
Copy link
Member

@mgatny mgatny commented Apr 15, 2016

  • New session settings: SQLDriver and SQLDataSourceName
  • Uses the sql pkg directly (no external deps)
  • The DDL files in _sql/ are borrowed from quickfix/c++ and quickfix/j
  • Only tested with sqlite3 driver so far
  • Should work with the mysql driver (will probably need parseTime=true in the DSN)
  • It may be useful going forward to have separate mysql, sqlite, postgresql, etc. impls of sqlStore to work around the differences (e.g. DATETIME parsing and ? vs $1 in prepared statements)

Refs #88

@cbusbey
Copy link
Contributor

cbusbey commented Apr 15, 2016

Refs #88

@cbusbey cbusbey merged commit 5fd1988 into quickfixgo:master Apr 15, 2016
@cbusbey
Copy link
Contributor

cbusbey commented Apr 15, 2016

🍻 👶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants