Skip to content

Commit 5169106

Browse files
committed
Merge branch 'dev' of https://github.com/BEXIS2/Workspace into dev
2 parents 35dfa5d + f68a047 commit 5169106

File tree

10 files changed

+11
-5
lines changed

10 files changed

+11
-5
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/Modules/DDM/Lucene/SearchIndex/BexisAutoComplete/segments_1
2+
<<<<<<< HEAD
3+
/Modules/DDM/Lucene
4+
=======
25
/General/Configurations/Credentials.config
6+
>>>>>>> 9a1b89511ee2031ef009497d1d5403106eb32385

Components/Dlm/Db/Mappings/Default/Data/ContentDescriptor.hbm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<column name="Name" index="idx_ContentDescriptors_id"/>
3030
</property>
3131

32-
<property name="URI" type="String">
33-
<column name="URI" />
32+
<property name="URI" type="StringClob">
33+
<column name="URI" sql-type="text"/>
3434
</property>
3535

3636
<many-to-one class="DatasetVersion" name="DatasetVersion" column="DatasetVersionRef" not-null="true">

Components/Dlm/Db/Mappings/Default/Data/DatasetVersion.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114

115115
</class>
116116

117-
</hibernate-mapping>
117+
</hibernate-mapping>

Components/Security/Db/Mappings/Default/Requests/Decision.hbm.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<column name="Extra" not-null="false" sql-type="xml" />
1414
</property>
1515

16+
1617
<property name="DecisionDate" type="DateTime">
1718
<column name="DecisionDate" />
1819
</property>
@@ -30,4 +31,4 @@
3031

3132
<many-to-one name="Request" column="RequestRef" class="BExIS.Security.Entities.Requests.Request, BExIS.Security.Entities" />
3233
</class>
33-
</hibernate-mapping>
34+
</hibernate-mapping>

Components/Security/Db/Mappings/Default/Requests/Request.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343

4444
<many-to-one name="Applicant" column="ApplicantRef" class="BExIS.Security.Entities.Subjects.User, BExIS.Security.Entities" />
4545
</class>
46-
</hibernate-mapping>
46+
</hibernate-mapping>

General/Db/Settings/PostgreSQL82Dialect.hibernate.cfg.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<property name="show_sql">False</property><!--set to false on production-->
1717
<property name="format_sql">True</property><!--set to false on production-->
1818
<property name="generate_statistics">False</property><!--set to false on production-->
19+
<property name="command_timeout">180</property><!-- Specify the default timeout in seconds of DbCommands generated by NHibernate. Negative values disable it. Link: https://nhibernate.info/doc/nhibernate-reference/session-configuration.html-->
1920
</session-factory>
2021

2122
</hibernate-configuration>
0 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)