canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
16 stars 8 forks source link

Move marker methods from prepare.go to query.go #116

Closed Aflynn50 closed 7 months ago

Aflynn50 commented 9 months ago

Move the const markerPrefix and the methods markerName and markerIndex to query.go.

This change is motivated by PR #112. In it, the SQL will be generated in query.go so all calls to these functions will come from query.go.

Aflynn50 commented 7 months ago

Closed as this is covered by #123