google-nomulus/config
gbrodman f760327ffd Add SQL queries to RdapDomainSearchAction (#982)
* Add SQL queries to RdapDomainSearchAction

Unfortunately, because ORDER BY uses the locale's sorting functionality,
we end up with some weird sort orders in SQL-land (notably, periods are
ignored / omitted). As a result, a few of the tests have to be separated
out into ofy and SQL versions based on the expected sort order.

In addition, there isn't a way to query @Convert-ed fields in Postgres
via the standard Hibernate / JPA query language, meaning we have to use
a raw Postgres query for that.
2021-03-09 11:11:53 -05:00
..
checkstyle Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
dependency-license Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
nom_build.py Fix flyway invocation in Gradle script (#993) 2021-03-08 13:59:28 -05:00
nom_build_test.py Generate ER diagrams in :nom:generate_golden_file (#867) 2020-11-10 10:03:28 -05:00
presubmits.py Add SQL queries to RdapDomainSearchAction (#982) 2021-03-09 11:11:53 -05:00
show_upgrade_diffs.py Added "show_upgrade_diffs" script (#981) 2021-03-09 07:48:06 -05:00