We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca6ed0 commit 1ee2072Copy full SHA for 1ee2072
src/Database/DB2Connection.php
@@ -108,6 +108,10 @@ protected function getDefaultQueryGrammar()
108
$defaultGrammar->setDateFormat($this->config['date_format']);
109
}
110
111
+ if (array_key_exists('offset_compatibility_mode', $this->config)) {
112
+ $defaultGrammar->setOffsetCompatibilityMode($this->config['offset_compatibility_mode']);
113
+ }
114
+
115
return $this->withTablePrefix($defaultGrammar);
116
117
0 commit comments