Hibernate version:
This involved moving a project from H RC2 & HA beta 6 to H 3.1 final and HA beta 7
Name and version of the database you are using:
Code:
INFO org.hibernate.cfg.SettingsFactory - RDBMS: Informix Dynamic Server, version: 9.40.UC3
INFO org.hibernate.cfg.SettingsFactory - JDBC driver: Informix JDBC Driver for Informix Dynamic Server, version: 2.21.JC2
Differences in generated SQL (show_sql=true):Note where the SELECTs on systables are.
Code:
INFO gov.blm.ak.arims.PhaseListenerImpl - BEFORE INVOKE_APPLICATION(5)
INFO gov.blm.ak.hibernate3.AuditInterceptor - setting addUserId for a gov.blm.ak.arims.model.Reach@afe2b5
INFO gov.blm.ak.hibernate3.AuditInterceptor - setting addDate for a gov.blm.ak.arims.model.Reach@afe2b5
Hibernate: /* insert gov.blm.ak.arims.model.Reach */ insert into reach (reach_comment_txt, shape, length_meas, add_user_id, add_date, slope_id, waterbdy_id, val
botshp_id, valbotasp_id, rosgen_id, flow_type_id, reach_no, objectid, dn_indx_no, up_indx_no, up_lat_meas, up_long_meas, dn_lat_meas, dn_long_meas, gps_map_cd,
gps_up_lat_no, gps_up_long_no, gps_dn_lat_no, gps_dn_long_no, gps_datum_txt, length_cd, slope_pct, sinuosity_meas, sinuosity_cd, valbotslp_pct, valbotslp_cd, av
gbotwdt_meas, avgbotwdt_cd, left_ss_pct, right_ss_pct, entrench_meas, entrench_cd, w_d_ratio_meas, w_d_ratio_cd, botss_cd, hi_str_ord_no, lo_str_ord_no) values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select dbinfo('sqlca.sqlerrd1') from systables where tabid=1
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I01
WARN org.hibernate.util.JDBCExceptionReporter - Database has transactions
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I04
WARN org.hibernate.util.JDBCExceptionReporter - Database selected
INFO gov.blm.ak.arims.PhaseListenerImpl - AFTER INVOKE_APPLICATION(5)
Code:
INFO gov.blm.ak.arims.PhaseListenerImpl - BEFORE INVOKE_APPLICATION(5)
INFO gov.blm.ak.hibernate3.AuditInterceptor - setting addUserId for a gov.blm.ak.arims.model.Reach@16a4b3a
INFO gov.blm.ak.hibernate3.AuditInterceptor - setting addDate for a gov.blm.ak.arims.model.Reach@16a4b3a
Hibernate: /* insert gov.blm.ak.arims.model.Reach */ insert into reach (reach_comment_txt, shape, length_meas, add_user_id, add_date, slope_id, waterbdy_id, val
botshp_id, valbotasp_id, rosgen_id, flow_type_id, reach_no, objectid, dn_indx_no, up_indx_no, up_lat_meas, up_long_meas, dn_lat_meas, dn_long_meas, gps_map_cd,
gps_up_lat_no, gps_up_long_no, gps_dn_lat_no, gps_dn_long_no, gps_datum_txt, length_cd, slope_pct, sinuosity_meas, sinuosity_cd, valbotslp_pct, valbotslp_cd, av
gbotwdt_meas, avgbotwdt_cd, left_ss_pct, right_ss_pct, entrench_meas, entrench_cd, w_d_ratio_meas, w_d_ratio_cd, botss_cd, hi_str_ord_no, lo_str_ord_no) values
(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I01
WARN org.hibernate.util.JDBCExceptionReporter - Database has transactions
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I04
WARN org.hibernate.util.JDBCExceptionReporter - Database selected
Hibernate: select dbinfo('sqlca.sqlerrd1') from systables where tabid=1
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I01
WARN org.hibernate.util.JDBCExceptionReporter - Database has transactions
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I04
WARN org.hibernate.util.JDBCExceptionReporter - Database selected
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I01
WARN org.hibernate.util.JDBCExceptionReporter - Database has transactions
WARN org.hibernate.util.JDBCExceptionReporter - SQL Warning: 0, SQLState: 01I04
WARN org.hibernate.util.JDBCExceptionReporter - Database selected
INFO gov.blm.ak.arims.PhaseListenerImpl - AFTER INVOKE_APPLICATION(5)
Have there been any changes lately as to
when or how the return value of Dialect.getIdentitySelectString is executed?