nhibernate / nhibernate-core

NHibernate Object Relational Mapper
https://nhibernate.info
GNU Lesser General Public License v2.1
2.13k stars 925 forks source link

fixing a truncated table name #3571

Open tohidemyname opened 3 months ago

tohidemyname commented 3 months ago

When the Oracle8iDialect creates a temporary table name for tables with names longer than 27 characters, the "H" from the usual temporary table name prefix ("HT_") is truncated.

fix #3456

tohidemyname commented 2 months ago

@hazzik Thanks for the revision. It looks great for me.