Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#486 incorrect index name length check #487

Merged
merged 2 commits into from
Dec 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions src/tilda/data/_Tilda/TILDA__CONNECTION.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
This Table contains the following columns:<BLOCKQUOTE>
<TABLE id="Connection_TBL" border="0px" cellpadding="3px" cellspacing="0px" style="border:1px solid grey;">
<TR valign="bottom"><TH>&nbsp;</TH><TH align="right">Name&nbsp;&nbsp;</TH><TH align="left">Type</TH><TH align="left">Nullable</TH><TH align="left">Mode</TH><TH align="left">Invariant</TH><TH align="left">Protect</TH><TH align="left">Description</TH></TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>1&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-active_DIV' class='columns'>active</B>&nbsp;&nbsp;</TD>
<TD>boolean&nbsp;/&nbsp;boolean&nbsp;&nbsp;</TD>
Expand All @@ -54,7 +54,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Status Flag</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>2&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-id_DIV' class='columns'>id</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(15)&nbsp;&nbsp;</TD>
Expand All @@ -64,7 +64,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Connection ID</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>3&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-driver_DIV' class='columns'>driver</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(100)&nbsp;&nbsp;</TD>
Expand All @@ -74,7 +74,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>DB Driver</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>4&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-db_DIV' class='columns'>db</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(200)&nbsp;&nbsp;</TD>
Expand All @@ -84,7 +84,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>DB Url</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>5&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-user_DIV' class='columns'>user</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(30)&nbsp;&nbsp;</TD>
Expand All @@ -94,7 +94,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>DB User</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>6&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-pswd_DIV' class='columns'>pswd</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(40)&nbsp;&nbsp;</TD>
Expand All @@ -104,7 +104,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>DB Password</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>7&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-initial_DIV' class='columns'>initial</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -114,7 +114,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Minimum Connections</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>8&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-max_DIV' class='columns'>max</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -124,7 +124,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Maximum Connections</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>9&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-schemas_DIV' class='columns'>schemas</B>&nbsp;&nbsp;</TD>
<TD>List<String> List<>&nbsp;/&nbsp;text[]&nbsp;&nbsp;</TD>
Expand All @@ -134,7 +134,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Schemas</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>10&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-created_DIV' class='columns'>created</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand All @@ -144,7 +144,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The timestamp for when the record was created. (TILDA.Connection)</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>11&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-lastUpdated_DIV' class='columns'>lastUpdated</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand All @@ -154,7 +154,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The timestamp for when the record was last updated. (TILDA.Connection)</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>12&nbsp;&nbsp;</TD>
<TD align="right"><B id='Connection-deleted_DIV' class='columns'>deleted</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand Down Expand Up @@ -1883,6 +1883,7 @@ public final boolean write(Connection C) throws Exception
return true;
}


if (beforeWrite(C) == false)
{
LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.Connection object's beforeWrite() failed.");
Expand Down
51 changes: 26 additions & 25 deletions src/tilda/data/_Tilda/TILDA__DATEDIM.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
This Table contains the following columns:<BLOCKQUOTE>
<TABLE id="DateDim_TBL" border="0px" cellpadding="3px" cellspacing="0px" style="border:1px solid grey;">
<TR valign="bottom"><TH>&nbsp;</TH><TH align="right">Name&nbsp;&nbsp;</TH><TH align="left">Type</TH><TH align="left">Nullable</TH><TH align="left">Mode</TH><TH align="left">Invariant</TH><TH align="left">Protect</TH><TH align="left">Description</TH></TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>1&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dt_DIV' class='columns'>dt</B>&nbsp;&nbsp;</TD>
<TD>LocalDate&nbsp;/&nbsp;date&nbsp;&nbsp;</TD>
Expand All @@ -54,7 +54,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The Date date</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>2&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-epoch_DIV' class='columns'>epoch</B>&nbsp;&nbsp;</TD>
<TD>long&nbsp;/&nbsp;bigint&nbsp;&nbsp;</TD>
Expand All @@ -64,7 +64,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The epoch date</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>3&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dayName_DIV' class='columns'>dayName</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(255)&nbsp;&nbsp;</TD>
Expand All @@ -74,7 +74,7 @@
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>4&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dayOfWeek_DIV' class='columns'>dayOfWeek</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -84,7 +84,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 day of the week (Monday=1 to Sunday=7) of the date</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>5&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dayOfMonth_DIV' class='columns'>dayOfMonth</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -94,7 +94,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 day of the month (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>6&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dayOfQuarter_DIV' class='columns'>dayOfQuarter</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -104,7 +104,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 day of the quarter (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>7&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-dayOfYear_DIV' class='columns'>dayOfYear</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -114,7 +114,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 day of the year (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>8&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-weekOfMonth_DIV' class='columns'>weekOfMonth</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -124,7 +124,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 week of the month (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>9&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-weekOfYear_DIV' class='columns'>weekOfYear</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -134,7 +134,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 week of the year (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>10&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-monthOfYear_DIV' class='columns'>monthOfYear</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -144,7 +144,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 month of the year (starting with 1) of the date</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>11&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-monthName_DIV' class='columns'>monthName</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(255)&nbsp;&nbsp;</TD>
Expand All @@ -154,7 +154,7 @@ <TD>Day name (i.e., Monday, Tuesday...) of the date</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Month name (i.e., January, February...) of the date.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>12&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-monthNameShort_DIV' class='columns'>monthNameShort</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(255)&nbsp;&nbsp;</TD>
Expand All @@ -164,7 +164,7 @@ <TD>Month name (i.e., January, February...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Monday short name (i.e., Jan, Feb...) of the date.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>13&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-quarterOfYear_DIV' class='columns'>quarterOfYear</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -174,7 +174,7 @@ <TD>Monday short name (i.e., Jan, Feb...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 quarter of the year (starting with 1) of the date.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>14&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-quarterName_DIV' class='columns'>quarterName</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(255)&nbsp;&nbsp;</TD>
Expand All @@ -184,7 +184,7 @@ <TD>Monday short name (i.e., Jan, Feb...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>15&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-year_DIV' class='columns'>year</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -194,7 +194,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>ISO 8601 year (1.e., 2018) of the date.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>16&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-mmyyyy_DIV' class='columns'>mmyyyy</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;character(6)&nbsp;&nbsp;</TD>
Expand All @@ -204,7 +204,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The mmyyyy printable version of a date.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>17&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-mmddyyyy_DIV' class='columns'>mmddyyyy</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;character(8)&nbsp;&nbsp;</TD>
Expand All @@ -214,7 +214,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The mmddyyyy printable version of a date.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>18&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-yyyymmdd_DIV' class='columns'>yyyymmdd</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;character(8)&nbsp;&nbsp;</TD>
Expand All @@ -224,7 +224,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The yyyymmdd sortable printable version of a date.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>19&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-isWeekend_DIV' class='columns'>isWeekend</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -234,7 +234,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>1 if this is a weekend day, 0 otherwise.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>20&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-isBusinessDay_DIV' class='columns'>isBusinessDay</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -244,7 +244,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>1 if this is a business day, 0 otherwise.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>21&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-isHoliday_DIV' class='columns'>isHoliday</B>&nbsp;&nbsp;</TD>
<TD>int&nbsp;/&nbsp;integer&nbsp;&nbsp;</TD>
Expand All @@ -254,7 +254,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>1 if this is a holiday, 0 otherwise.</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>22&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-holidayName_DIV' class='columns'>holidayName</B>&nbsp;&nbsp;</TD>
<TD>String&nbsp;/&nbsp;varchar(255)&nbsp;&nbsp;</TD>
Expand All @@ -264,7 +264,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The name of the holiday if applicable.</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>23&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-created_DIV' class='columns'>created</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand All @@ -274,7 +274,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The timestamp for when the record was created. (TILDA.DateDim)</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>24&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-lastUpdated_DIV' class='columns'>lastUpdated</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand All @@ -284,7 +284,7 @@ <TD>Quarter name (i.e., Q1, Q2...) of the date.</TD>
<TD align="center">-&nbsp;&nbsp;</TD>
<TD>The timestamp for when the record was last updated. (TILDA.DateDim)</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>25&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateDim-deleted_DIV' class='columns'>deleted</B>&nbsp;&nbsp;</TD>
<TD>ZonedDateTime&nbsp;/&nbsp;timestamptz&nbsp;&nbsp;</TD>
Expand Down Expand Up @@ -4180,6 +4180,7 @@ public final boolean write(Connection C) throws Exception
return true;
}


if (beforeWrite(C) == false)
{
LOG.debug(QueryDetails._LOGGING_HEADER + "The tilda.data.TILDA.DateDim object's beforeWrite() failed.");
Expand Down
6 changes: 3 additions & 3 deletions src/tilda/data/_Tilda/TILDA__DATELIMITDIM.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
This Table contains the following columns:<BLOCKQUOTE>
<TABLE id="DateLimitDim_TBL" border="0px" cellpadding="3px" cellspacing="0px" style="border:1px solid grey;">
<TR valign="bottom"><TH>&nbsp;</TH><TH align="right">Name&nbsp;&nbsp;</TH><TH align="left">Type</TH><TH align="left">Nullable</TH><TH align="left">Mode</TH><TH align="left">Invariant</TH><TH align="left">Protect</TH><TH align="left">Description</TH></TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>1&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateLimitDim-invalidDate_DIV' class='columns'>invalidDate</B>&nbsp;&nbsp;</TD>
<TD>LocalDate&nbsp;/&nbsp;date&nbsp;&nbsp;</TD>
Expand All @@ -57,7 +57,7 @@
</TABLE>
</TD>
</TR>
<TR valign="top" bgcolor="#FFFFFF">
<TR valign="top" style="background-color:#FFFFFF;">
<TD>2&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateLimitDim-minDate_DIV' class='columns'>minDate</B>&nbsp;&nbsp;</TD>
<TD>LocalDate&nbsp;/&nbsp;date&nbsp;&nbsp;</TD>
Expand All @@ -69,7 +69,7 @@
</TABLE>
</TD>
</TR>
<TR valign="top" bgcolor="#DFECF8">
<TR valign="top" style="background-color:rgba(160, 199, 234, 0.2);">
<TD>3&nbsp;&nbsp;</TD>
<TD align="right"><B id='DateLimitDim-maxDate_DIV' class='columns'>maxDate</B>&nbsp;&nbsp;</TD>
<TD>LocalDate&nbsp;/&nbsp;date&nbsp;&nbsp;</TD>
Expand Down
Loading