Joona-Pekka Kokko
Joona-Pekka Kokko
To avoid table bloat with the Marten Event Store, events table (mt_events by default) could be partitioned using PostgreSQL table partitioning. While the table can already be manually partitioned after...
\ in SQL identifier breaks outputs from T4 templates, e.g. "tab\le" becomes unrecognized escape sequence. Should be escaped or written out as verbatim, e.g. `[TableName(@"dbo.tab\le")]`. `DatabaseProvider.EscapeTableName` assumes tables to already...
PostGreSqlSchemaReader when switching on column's udt_name maps uuid to string (the default case). It should be mapped to System.Guid (https://www.postgresql.org/docs/9.0/static/datatype-uuid.html).