Kaydet (Commit) 76fc5122 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Fix blr type conversion.

Change-Id: Ie2ed26110c944c27f767d818139d8526e278f33d
üst c729e751
...@@ -101,7 +101,7 @@ OUString firebird::getColumnTypeNameFromFBType(short aType) ...@@ -101,7 +101,7 @@ OUString firebird::getColumnTypeNameFromFBType(short aType)
} }
} }
short getFBTypeFromBlrType(short blrType) short firebird::getFBTypeFromBlrType(short blrType)
{ {
switch (blrType) switch (blrType)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment