Fixed mistake in documentation

parent 96941383
......@@ -60,7 +60,7 @@ Using the following code block in your initialization will:
//...
'wrapperClass' => PortableConnection::class,
'portability' => PortableConnection::PORTABILITY_ALL,
'fetch_case' => PortableConnection::LOWER,
'fetch_case' => ColumnCase::LOWER,
);
This sort of portability handling is pretty expensive because all the result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment