mirror of
https://github.com/SOCI/soci.git
synced 2026-02-13 17:18:35 -06:00
Fixed ambiguous 'session' reference
This commit is contained in:
@@ -361,7 +361,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual bool enable_std_char_padding(session&) const
|
||||
virtual bool enable_std_char_padding(soci::session& s) const
|
||||
{
|
||||
// SQLite does not support right padded char type.
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user