Skip to content

Medoo v2.1.7

Compare
Choose a tag to compare
@catfan catfan released this 02 Jul 04:41
· 21 commits to master since this release
  • [update] the default commands can be overridden by the connection command option. #1048

You can now override Medoo predefined commands.

new Medoo([
	'command' => [
		'SET SQL_MODE="ANSI_QUOTES,ONLY_FULL_GROUP_BY"'
	]
]);
  • [fix] output unsupported PDO attr on info(). #1049