mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
#18858663 cubrid incr 체크시 필드타입 확인
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
22a41b02e4
commit
527545099b
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@
|
|||
$name = $val['name'];
|
||||
$value = $val['value'];
|
||||
|
||||
if(substr($value,-2)!='+1') $check_click_count = false;
|
||||
if(substr($value,-2)!='+1' || $output->column_type[$name]!='number') $check_click_count = false;
|
||||
|
||||
for ($i = 0; $i < $key; $i++) { // 한문장에 같은 속성에 대한 중복 설정은 큐브리드에서는 허용치 않음
|
||||
if ($output->columns[$i]['name'] == $name) break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue