commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.04k stars 142 forks source link

Quote schema names in SQL #266

Closed cdegroot closed 8 months ago

cdegroot commented 1 year ago

For tests I was generating schema names that contain a dash, which is valid in PostgreSQL as long as you double-quote the schema name. I think I've caught everything here.