mirror of
https://github.com/google/nomulus.git
synced 2025-08-01 15:34:48 +02:00
Refactor Cursor to exist in one class (#988)
This allows us to get rid of the DAO as well as the sanity-checking methods since we can be reasonably sure that the fields will be the same. Future PRs will add conversions from ofy() to tm() calls that will make sure that we get the same proper data in both Datastore and SQL
This commit is contained in:
parent
1a0ee97633
commit
a0c710ab18
25 changed files with 217 additions and 909 deletions
|
@ -261,7 +261,7 @@ td.section {
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="property_name">generated on</td>
|
||||
<td class="property_value">2021-03-16 19:06:44.592583</td>
|
||||
<td class="property_value">2021-03-18 19:08:16.381352</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_name">last flyway file</td>
|
||||
|
@ -284,7 +284,7 @@ td.section {
|
|||
generated on
|
||||
</text>
|
||||
<text text-anchor="start" x="4027.94" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
||||
2021-03-16 19:06:44.592583
|
||||
2021-03-18 19:08:16.381352
|
||||
</text>
|
||||
<polygon fill="none" stroke="#888888" points="3940.44,-4 3940.44,-44 4205.44,-44 4205.44,-4 3940.44,-4" /> <!-- allocationtoken_a08ccbef -->
|
||||
<g id="node1" class="node">
|
||||
|
|
|
@ -261,7 +261,7 @@ td.section {
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="property_name">generated on</td>
|
||||
<td class="property_value">2021-03-16 19:06:42.152218</td>
|
||||
<td class="property_value">2021-03-18 19:08:14.574191</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_name">last flyway file</td>
|
||||
|
@ -284,7 +284,7 @@ td.section {
|
|||
generated on
|
||||
</text>
|
||||
<text text-anchor="start" x="4626.68" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
|
||||
2021-03-16 19:06:42.152218
|
||||
2021-03-18 19:08:14.574191
|
||||
</text>
|
||||
<polygon fill="none" stroke="#888888" points="4539.18,-4 4539.18,-44 4804.18,-44 4804.18,-4 4539.18,-4" /> <!-- allocationtoken_a08ccbef -->
|
||||
<g id="node1" class="node">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue