pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Support other data types for parameter binding #99

Open pixelspark opened 6 years ago

pixelspark commented 6 years ago

Currently we just translate all parameters to string. This needs to be a bit more sophisticated. See https://github.com/pixelspark/catena/blob/8fc47a647f2eb0ce45f7a70888cf99b085cfaa1a/Sources/PostgresWireServer/QueryConnection.swift#L218