• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision2417 (tree)
Time2022-10-05 19:52:30
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjDb/hibernate.cfg.xml (revision 2416)
+++ trunk/framework/pjDb/hibernate.cfg.xml (revision 2417)
@@ -8,7 +8,7 @@
88 <property name="hibernate.connection.username">postgres</property>
99 <property name="hibernate.connection.password">postgres</property>
1010 <property name="hibernate.default_schema">postgres</property>
11- <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL95Dialect</property>
11+ <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
1212 <property name="hibernate.show_sql">false</property>
1313 <property name="hibernate.connection.isolation">2</property>
1414 <property name="hibernate.jdbc.use_scrollable_resultset">false</property>