Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
X Lib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
XLibs
X Lib
Commits
897c141b
Commit
897c141b
authored
Sep 20, 2016
by
Alex Ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Цяцька
parent
8c2205d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PDOStatement.php
Database/Driver/PDOStatement.php
+1
-1
No files found.
Database/Driver/PDOStatement.php
View file @
897c141b
...
...
@@ -17,7 +17,7 @@ class PDOStatement {
*/
public
function
__construct
(
$db
,
$sql
)
{
$this
->
db
=
$db
;
$this
->
prepare
=
$this
->
db
->
prepare
(
$sql
);
$this
->
prepare
=
$this
->
db
->
prepare
(
$sql
,
[
\PDO
::
MYSQL_ATTR_USE_BUFFERED_QUERY
=>
true
]
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment