mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
11557: ETHREEOH-666 - Consumers should not be able to create calendar entries. ETHREEOH-667 - Consumers should not be able to create/update wiki pages. 11559: Command line utility to help with schema comparisons and upgrades 11560: Fixed: ETHREEOH-518 Unfriendly error for "Create Site" when session has timed out. Fixed: IE7 prompt and messages now looks ok. 11563: Need to add connection strings and hibernate dialect examples. Fixes ETHREEOH-445 11565: Fixed ETHREEOH-538: Only support AlfrescoOracle9Dialect 11566: Discussions "Said" changed to "said" plus missing space inserted 11569: Fix for ETHREEOH-12 and ETHREEOH-592. 11572: Skip unit tests when usage monitoring is disabled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12476 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
25 lines
588 B
Plaintext
25 lines
588 B
Plaintext
#
|
|
# Sample Hibernate configuration for changing Database dialect
|
|
# For a full list: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects
|
|
#
|
|
|
|
#
|
|
# Derby dialect
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.DerbyDialect
|
|
|
|
#
|
|
# MySQL dialect (default)
|
|
#
|
|
#hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
|
|
|
|
#
|
|
# Oracle dialect
|
|
#
|
|
#hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle9Dialect
|
|
|
|
#
|
|
# SQLServer dialect
|
|
#
|
|
#hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoSQLServerDialect
|