fix: correctly escape output stream buffer for models getters
This commit is contained in:
@@ -44,6 +44,10 @@ namespace morm
|
||||
|
||||
BaseExpression::BaseExpression()
|
||||
{
|
||||
/*
|
||||
* may it would be better for the ModelConnector/JSONConnector/PostgreSQLConnector to provide one scratch buffer?
|
||||
*/
|
||||
scratch_buffer = &scratch_buffer_local;
|
||||
clear();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user