pgFoundry: Orafce 3.0.0 Released
| 日付 | 2009-07-21 14:34 |
|---|---|
| ニュース | Orafce 3.0.0 Released |
| プロジェクト | Better Oracle functions support |
ニュース
プロジェクト orafce の目標は、Oracle データベースの関数を PostgreSQL に移植することです。データ処理関数、文字列関数、パッケージのいくつかはすでに移植済みです。バージョン 3.0 では、下記の一覧の機能が追加され、その他の既存の関数も不具合が修正されました。
各言語のドキュメント
バージョン 3.0 で追加された機能一覧
- next_day(value, weekday integer)
- to_char(num)
- to_number(str)
- to_date(str)
- to_multi_byte(str)
- bitand(lhs, rhs)
- sinh(rad)
- cosh(rad)
- tanh(rad)
- nanvl(val, alt)
- dump(...)
- decode(...)
- utl_file パッケージ
- frename(location, filename, dest_dir, dest_file, overwrite)
- fcopy(src_location, src_filename, dest_location, dest_filename, start_line, end_line)
- fgetattr(location, filename)
- tmpdir()
- dbms_assert パッケージ
- enquote_literal(str)
- enquote_name(str, loweralize)
- enquote_name(str)
- noop(str)
- schema_name(str)
- object_name(str)
- simple_sql_name(str)
- qualified_sql_name(str)
- パッケージ
- assert_true(condition, message)
- assert_false(condition, message)
- assert_null(actual, message)
- assert_not_null(actual, message)
- assert_equals(expected, actual, range, message)
- assert_not_equals(expected, actual, range, message)
- fail(message)
(2009年7月23日 公開)



