mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 04:12:18 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7263 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c0b356ae4a
commit
3b56ef59d0
1 changed files with 3 additions and 1 deletions
|
|
@ -727,7 +727,9 @@
|
|||
ibase_blob_add($blh, $value);
|
||||
$value = ibase_blob_close($blh);
|
||||
}
|
||||
else if($output->column_type[$name]=='number') {
|
||||
else if($output->column_type[$name]=='number' ||
|
||||
$output->column_type[$name]=='bignumber' ||
|
||||
$output->column_type[$name]=='float') {
|
||||
// 연산식이 들어갔을 경우 컬럼명이 있는 지 체크해 더블쿼터를 넣어줌
|
||||
preg_match("/(?i)[a-z][a-z0-9_]+/", $value, $matches);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue