Skip to content

Commit 9c7ee9e

Browse files
author
Gabriel Tadra Mainginski
committed
Add money to
1 parent af2fb2d commit 9c7ee9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Database/SybaseConnection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SybaseConnection extends Connection {
1111

1212

1313
// All types without quotes in Sybase's query
14-
private $without_quotes = ['int' , 'numeric', 'bigint', 'integer' , 'smallint', 'tinyint', 'decimal', 'double', 'float', 'real', 'bit', 'binary', 'varbinary', 'timestamp'];
14+
private $without_quotes = ['int' , 'numeric', 'bigint', 'integer' , 'smallint', 'tinyint', 'decimal', 'double', 'float', 'real', 'bit', 'binary', 'varbinary', 'timestamp', 'money'];
1515
/**
1616
* Execute a Closure within a transaction.
1717
*
@@ -223,7 +223,6 @@ private function compileBindings($query, $bindings)
223223
$new_format[$table] = [];
224224
}
225225
}
226-
echo $table;
227226
if(!$itsTable){
228227
if(count($bindings)>$ind){
229228
array_push($new_format[$table], ['campo' => $campos, 'binding' => $ind]);

0 commit comments

Comments
 (0)