Skip to content

#75 Add Uuid support #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix PgSQL->getTableInfo support new uuid type
  • Loading branch information
suquant committed Apr 19, 2012
commit 03c5ca908c7c2ebf32cc1a18eb2f356f1a2f2f0f
1 change: 1 addition & 0 deletions core/DB/PgSQL.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public function getTableInfo($table)
'int4' => DataType::INTEGER,
'int8' => DataType::BIGINT,
'numeric' => DataType::NUMERIC,
'uuid' => DataType::UUID,

'float4' => DataType::REAL,
'float8' => DataType::DOUBLE,
Expand Down