diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 6d220f07b9..9f02715032 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -21,6 +21,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 14772c6afe..1a8ba300ce 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -21,6 +21,9 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index bcd6dd1f08..21473cecda 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -19,6 +19,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index fa274a0b43..a95565961c 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -25,6 +25,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 6d220f07b9..9f02715032 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -21,6 +21,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 14772c6afe..1a8ba300ce 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -21,6 +21,9 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index bcd6dd1f08..21473cecda 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -19,6 +19,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index fa274a0b43..a95565961c 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -25,6 +25,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 6d220f07b9..9f02715032 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -21,6 +21,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 14772c6afe..1a8ba300ce 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -21,6 +21,9 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index bcd6dd1f08..21473cecda 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -19,6 +19,8 @@ import scala.collection.immutable.ListMap import scala.util.Try import testdb.hardcoded.Text +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index fa274a0b43..a95565961c 100644 --- a/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-anorm@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -25,6 +25,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 115f85fa34..399bc5fc8e 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index a1be972bfe..3b8985a4f8 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 42f7e39b24..da439766aa 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index b09bdca5cb..7645fa8b41 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/testInsert.scala b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/TestInsert.scala similarity index 100% rename from .bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/testInsert.scala rename to .bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/TestInsert.scala diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 115f85fa34..399bc5fc8e 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index a1be972bfe..3b8985a4f8 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 42f7e39b24..da439766aa 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index b09bdca5cb..7645fa8b41 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 115f85fa34..399bc5fc8e 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index a1be972bfe..3b8985a4f8 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 42f7e39b24..da439766aa 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index b09bdca5cb..7645fa8b41 100644 --- a/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-doobie@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import testdb.hardcoded.myschema.Sector import testdb.hardcoded.myschema.football_club.FootballClubId import testdb.hardcoded.myschema.marital_status.MaritalStatusId +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 7ed6a0e8da..3d91e38d2f 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 90956c3981..9ebdc7767c 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 6923837347..09eb295388 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index a6b7f496b7..e1dcb712b0 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm212/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/testInsert.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/TestInsert.scala similarity index 100% rename from .bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/testInsert.scala rename to .bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/TestInsert.scala diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 7ed6a0e8da..3d91e38d2f 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 90956c3981..9ebdc7767c 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 6923837347..09eb295388 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index a6b7f496b7..e1dcb712b0 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm213/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala index 7ed6a0e8da..3d91e38d2f 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/compositepk/person/PersonRow.scala @@ -16,6 +16,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: compositepk.person + Composite primary key: one, two */ case class PersonRow( /** Default: auto-increment */ one: Long, diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala index 90956c3981..9ebdc7767c 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/football_club/FootballClubRow.scala @@ -16,6 +16,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.football_club + football club + Primary key: id */ case class FootballClubRow( id: FootballClubId, name: /* max 100 chars */ String diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala index 6923837347..09eb295388 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/marital_status/MaritalStatusRow.scala @@ -15,6 +15,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.marital_status + Primary key: id */ case class MaritalStatusRow( id: MaritalStatusId ) diff --git a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala index a6b7f496b7..e1dcb712b0 100644 --- a/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala +++ b/.bleep/generated-sources/typo-tester-zio-jdbc@jvm3/scripts.GenHardcodedFiles/testdb/hardcoded/myschema/person/PersonRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: myschema.person + person table + Primary key: id */ case class PersonRow( /** Default: auto-increment */ id: PersonId, diff --git a/sql/custom/table_comments.sql b/sql/custom/table_comments.sql new file mode 100644 index 0000000000..53520433be --- /dev/null +++ b/sql/custom/table_comments.sql @@ -0,0 +1,6 @@ +SELECT n.nspname as schema, + c.relname as name, + pg_catalog.obj_description(c.oid, 'pg_class') as description +FROM pg_catalog.pg_class c + JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace +WHERE c.relkind = 'r'; diff --git a/typo-scripts/src/scala/scripts/GenHardcodedFiles.scala b/typo-scripts/src/scala/scripts/GenHardcodedFiles.scala index cfbe310793..6404f7c2ba 100644 --- a/typo-scripts/src/scala/scripts/GenHardcodedFiles.scala +++ b/typo-scripts/src/scala/scripts/GenHardcodedFiles.scala @@ -17,6 +17,7 @@ object GenHardcodedFiles extends BleepCodegenScript("GenHardcodedFiles") { val person = db.Table( name = db.RelationName(Some("myschema"), "person"), + comment = Some("person table"), cols = NonEmptyList( db.Col(ParsedName.of("id"), db.Type.Int8, Some("int8"), Nullability.NoNulls, columnDefault = Some("auto-increment"), None, None, Nil, DebugJson.Empty), db.Col( @@ -90,6 +91,7 @@ object GenHardcodedFiles extends BleepCodegenScript("GenHardcodedFiles") { ) val football_club = db.Table( name = db.RelationName(Some("myschema"), "football_club"), + comment = Some("football club"), cols = NonEmptyList( db.Col(ParsedName.of("id"), db.Type.Int8, Some("int8"), Nullability.NoNulls, columnDefault = None, None, None, Nil, DebugJson.Empty), db.Col(ParsedName.of("name"), db.Type.VarChar(Some(100)), Some("varchar"), Nullability.NoNulls, columnDefault = None, None, None, Nil, DebugJson.Empty) @@ -100,6 +102,7 @@ object GenHardcodedFiles extends BleepCodegenScript("GenHardcodedFiles") { ) val marital_status = db.Table( name = db.RelationName(Some("myschema"), "marital_status"), + comment = None, cols = NonEmptyList( db.Col(ParsedName.of("id"), db.Type.Int8, Some("int8"), Nullability.NoNulls, columnDefault = None, None, None, Nil, DebugJson.Empty) ), @@ -110,6 +113,7 @@ object GenHardcodedFiles extends BleepCodegenScript("GenHardcodedFiles") { val cpk_person = db.Table( name = db.RelationName(Some("compositepk"), "person"), // name clash to ensure we handle it + comment = None, cols = NonEmptyList( db.Col(ParsedName.of("one"), db.Type.Int8, Some("int8"), Nullability.NoNulls, columnDefault = Some("auto-increment"), None, None, Nil, DebugJson.Empty), db.Col(ParsedName.of("two"), db.Type.Text, Some("text"), Nullability.Nullable, columnDefault = Some("auto-increment"), None, None, Nil, DebugJson.Empty), diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala index 0879b4f4a2..ae680dbd40 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.d */ case class DViewRow( /** Points to [[humanresources.department.DepartmentRow.departmentid]] */ id: DepartmentId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala index a20f442fc2..f5fc14a767 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala @@ -25,6 +25,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.e */ case class EViewRow( /** Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala index dc1ada40f4..16e91a4ce3 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.edh */ case class EdhViewRow( /** Points to [[humanresources.employeedepartmenthistory.EmployeedepartmenthistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala index 92ab683d5c..5df7ccadef 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.eph */ case class EphViewRow( /** Points to [[humanresources.employeepayhistory.EmployeepayhistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala index 9b20aff60b..5321e5af12 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.jc */ case class JcViewRow( /** Points to [[humanresources.jobcandidate.JobcandidateRow.jobcandidateid]] */ id: JobcandidateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala index 314e2d7561..0109e54463 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: hr.s */ case class SViewRow( /** Points to [[humanresources.shift.ShiftRow.shiftid]] */ id: ShiftId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala index 58ca624056..5e4b2e3531 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.department + Lookup table containing the departments within the Adventure Works Cycles company. + Primary key: departmentid */ case class DepartmentRow( /** Primary key for Department records. Default: nextval('humanresources.department_departmentid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala index c3efc0da9b..56af8065ed 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala @@ -26,6 +26,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.employee + Employee information such as salary, department, and title. + Primary key: businessentityid */ case class EmployeeRow( /** Primary key for Employee records. Foreign key to BusinessEntity.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala index e2f71c532d..0c284c74e1 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala @@ -25,6 +25,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.employeedepartmenthistory + Employee department transfers. + Composite primary key: businessentityid, startdate, departmentid, shiftid */ case class EmployeedepartmenthistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala index 8f28af05c7..c1e86fbbcf 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.employeepayhistory + Employee pay history. + Composite primary key: businessentityid, ratechangedate */ case class EmployeepayhistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala index 7251618627..277e2e5024 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.jobcandidate + Résumés submitted to Human Resources by job applicants. + Primary key: jobcandidateid */ case class JobcandidateRow( /** Primary key for JobCandidate records. Default: nextval('humanresources.jobcandidate_jobcandidateid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala index 40ce6c120c..c6b92c2597 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: humanresources.shift + Work shift lookup table. + Primary key: shiftid */ case class ShiftRow( /** Primary key for Shift records. Default: nextval('humanresources.shift_shiftid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala index fb4ea21f35..3837ab42a8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vemployee */ case class VemployeeViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala index bcea05d94f..bb98f0e4b6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vemployeedepartment */ case class VemployeedepartmentViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala index 9d895ea4d4..196ff4eda5 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vemployeedepartmenthistory */ case class VemployeedepartmenthistoryViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala index 975e0afc80..56d6726e2a 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vjobcandidate */ case class VjobcandidateViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala index dfe4b114ed..162e8e97c2 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vjobcandidateeducation */ case class VjobcandidateeducationViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala index fe3fb7e775..07f6d07f91 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: humanresources.vjobcandidateemployment */ case class VjobcandidateemploymentViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala index f58b7972ac..c041517081 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.a */ case class AViewRow( /** Points to [[person.address.AddressRow.addressid]] */ id: AddressId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala index 54b297bd48..9e261f65af 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.at */ case class AtViewRow( /** Points to [[person.addresstype.AddresstypeRow.addresstypeid]] */ id: AddresstypeId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala index 8ad3086c0e..85db9ba613 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.be */ case class BeViewRow( /** Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala index ea32b0e3ce..7b31643553 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.bea */ case class BeaViewRow( /** Points to [[person.businessentityaddress.BusinessentityaddressRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala index 933c206c9b..74953ab264 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.bec */ case class BecViewRow( /** Points to [[person.businessentitycontact.BusinessentitycontactRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala index 898676249c..56cc352ec9 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.cr */ case class CrViewRow( /** Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala index 4ffafcf4d9..f1a84e2306 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.ct */ case class CtViewRow( /** Points to [[person.contacttype.ContacttypeRow.contacttypeid]] */ id: ContacttypeId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala index 3311901841..7886fe9b43 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.e */ case class EViewRow( /** Points to [[person.emailaddress.EmailaddressRow.emailaddressid]] */ id: Int, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala index 73e4af4acb..8111d31853 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala @@ -26,6 +26,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.p */ case class PViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala index fe412f0b9f..5a1a05bc77 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.pa */ case class PaViewRow( /** Points to [[person.password.PasswordRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala index c2d17f0258..530b576f52 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.pnt */ case class PntViewRow( /** Points to [[person.phonenumbertype.PhonenumbertypeRow.phonenumbertypeid]] */ id: PhonenumbertypeId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala index 2c80aa7893..9be30d7de9 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.pp */ case class PpViewRow( /** Points to [[person.personphone.PersonphoneRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala index 4bb2a43de1..8005b15ec9 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala @@ -26,6 +26,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pe.sp */ case class SpViewRow( /** Points to [[person.stateprovince.StateprovinceRow.stateprovinceid]] */ id: StateprovinceId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/address/AddressRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/address/AddressRow.scala index 44433edf84..4a096ea9a5 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/address/AddressRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/address/AddressRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.address + Street address information for customers, employees, and vendors. + Primary key: addressid */ case class AddressRow( /** Primary key for Address records. Default: nextval('person.address_addressid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala index 92ecc3c1f4..86b07d94d8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.addresstype + Types of addresses stored in the Address table. + Primary key: addresstypeid */ case class AddresstypeRow( /** Primary key for AddressType records. Default: nextval('person.addresstype_addresstypeid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala index 0e04ffcc90..1697990f37 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.businessentity + Source of the ID that connects vendors, customers, and employees with address and contact information. + Primary key: businessentityid */ case class BusinessentityRow( /** Primary key for all customers, vendors, and employees. Default: nextval('person.businessentity_businessentityid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala index 1b0bf1a3db..caeb5e177d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.businessentityaddress + Cross-reference table mapping customers, vendors, and employees to their addresses. + Composite primary key: businessentityid, addressid, addresstypeid */ case class BusinessentityaddressRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala index 5733358094..d1515eb46f 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.businessentitycontact + Cross-reference table mapping stores, vendors, and employees to people + Composite primary key: businessentityid, personid, contacttypeid */ case class BusinessentitycontactRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala index 45427f1550..1c8aa1289d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.contacttype + Lookup table containing the types of business entity contacts. + Primary key: contacttypeid */ case class ContacttypeRow( /** Primary key for ContactType records. Default: nextval('person.contacttype_contacttypeid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala index 54980ae867..b90319950d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.countryregion + Lookup table containing the ISO standard codes for countries and regions. + Primary key: countryregioncode */ case class CountryregionRow( /** ISO standard code for countries and regions. */ countryregioncode: CountryregionId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala index a0547f4779..da1990018d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.emailaddress + Where to send a person email. + Composite primary key: businessentityid, emailaddressid */ case class EmailaddressRow( /** Primary key. Person associated with this email address. Foreign key to Person.BusinessEntityID Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala index 5f70b72e72..9d5ccbed49 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.password + One way hashed authentication information + Primary key: businessentityid */ case class PasswordRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/person/PersonRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/person/PersonRow.scala index 373e4a5932..00c3d42110 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/person/PersonRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/person/PersonRow.scala @@ -27,6 +27,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.person + Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. + Primary key: businessentityid */ case class PersonRow( /** Primary key for Person records. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala index 0df74cf9ec..1317f6fea2 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.personphone + Telephone number and type of a person. + Composite primary key: businessentityid, phonenumber, phonenumbertypeid */ case class PersonphoneRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala index d2b34a945f..8ca01dd572 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.phonenumbertype + Type of phone number of a person. + Primary key: phonenumbertypeid */ case class PhonenumbertypeRow( /** Primary key for telephone number type records. Default: nextval('person.phonenumbertype_phonenumbertypeid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala index 37f8db51cc..c3fc0e05c6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala @@ -26,6 +26,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: person.stateprovince + State and province lookup table. + Primary key: stateprovinceid */ case class StateprovinceRow( /** Primary key for StateProvince records. Default: nextval('person.stateprovince_stateprovinceid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala index 40c409a7ec..4d37bfefac 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala @@ -25,6 +25,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: person.vadditionalcontactinfo */ case class VadditionalcontactinfoViewRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala index d01927d035..8986a9ac35 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Materialized View: person.vstateprovincecountryregion */ case class VstateprovincecountryregionMVRow( /** Points to [[stateprovince.StateprovinceRow.stateprovinceid]] */ stateprovinceid: StateprovinceId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala index 51a8679060..f50febe4a8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** SQL file: person_detail.sql */ case class PersonDetailSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala index 04ef5ee185..e6b010e4a0 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** SQL file: person_dynamic.sql */ case class PersonDynamicSqlRow( /** Points to [[person.person.PersonRow.title]] */ title: Option[/* max 8 chars */ String], diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala index 119cfcf9a2..73e4639910 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** SQL file: person_row_join.sql */ case class PersonRowJoinSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala index 5d50f9033a..9fd1b22985 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.bom */ case class BomViewRow( /** Points to [[production.billofmaterials.BillofmaterialsRow.billofmaterialsid]] */ id: Int, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala index c305e38622..6cf8cb0187 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.c */ case class CViewRow( /** Points to [[production.culture.CultureRow.cultureid]] */ id: CultureId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala index 95a78c12e5..0160cb4480 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala @@ -26,6 +26,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.d */ case class DViewRow( /** Points to [[production.document.DocumentRow.title]] */ title: /* max 50 chars */ String, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala index 7e7a69afae..1f9e908502 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.i */ case class IViewRow( /** Points to [[production.illustration.IllustrationRow.illustrationid]] */ id: IllustrationId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala index 9aa5617898..c72fc7c457 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.l */ case class LViewRow( /** Points to [[production.location.LocationRow.locationid]] */ id: LocationId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala index e08a924927..4e1ffcf9da 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala @@ -28,6 +28,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.p */ case class PViewRow( /** Points to [[production.product.ProductRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala index 533adbd2fd..f15bd68b62 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pc */ case class PcViewRow( /** Points to [[production.productcategory.ProductcategoryRow.productcategoryid]] */ id: ProductcategoryId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala index 4c532fadaa..f21be7a066 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pch */ case class PchViewRow( /** Points to [[production.productcosthistory.ProductcosthistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala index 55b89930b0..bebe8702e6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pd */ case class PdViewRow( /** Points to [[production.productdescription.ProductdescriptionRow.productdescriptionid]] */ id: ProductdescriptionId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala index 63ecff964a..4f74023d04 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pdoc */ case class PdocViewRow( /** Points to [[production.productdocument.ProductdocumentRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala index bb98351399..fa6fbd6ebc 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pi */ case class PiViewRow( /** Points to [[production.productinventory.ProductinventoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala index 63ccf96d1f..ecaa68fb74 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.plph */ case class PlphViewRow( /** Points to [[production.productlistpricehistory.ProductlistpricehistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala index 5c9009ff6b..583aee4231 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pm */ case class PmViewRow( /** Points to [[production.productmodel.ProductmodelRow.productmodelid]] */ id: ProductmodelId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala index f6c48b7b5f..88226a225e 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pmi */ case class PmiViewRow( /** Points to [[production.productmodelillustration.ProductmodelillustrationRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala index 903aed04b1..35718b2b23 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pmpdc */ case class PmpdcViewRow( /** Points to [[production.productmodelproductdescriptionculture.ProductmodelproductdescriptioncultureRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala index ab706da192..08035cf3ed 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pp */ case class PpViewRow( /** Points to [[production.productphoto.ProductphotoRow.productphotoid]] */ id: ProductphotoId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala index 55723b3429..fa959c3564 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.ppp */ case class PppViewRow( /** Points to [[production.productproductphoto.ProductproductphotoRow.productid]] */ productid: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala index 6acdd4476d..c8c90b0557 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.pr */ case class PrViewRow( /** Points to [[production.productreview.ProductreviewRow.productreviewid]] */ id: ProductreviewId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala index 01ae672dcf..7bba07b371 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.psc */ case class PscViewRow( /** Points to [[production.productsubcategory.ProductsubcategoryRow.productsubcategoryid]] */ id: ProductsubcategoryId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala index 9bef181451..06e12ca9da 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.sr */ case class SrViewRow( /** Points to [[production.scrapreason.ScrapreasonRow.scrapreasonid]] */ id: ScrapreasonId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala index 0247c14713..6814c4b241 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.th */ case class ThViewRow( /** Points to [[production.transactionhistory.TransactionhistoryRow.transactionid]] */ id: TransactionhistoryId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala index 0c578bc9cc..472e534f54 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.tha */ case class ThaViewRow( /** Points to [[production.transactionhistoryarchive.TransactionhistoryarchiveRow.transactionid]] */ id: TransactionhistoryarchiveId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala index 4b710ab7cb..efa3004df0 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.um */ case class UmViewRow( /** Points to [[production.unitmeasure.UnitmeasureRow.unitmeasurecode]] */ id: UnitmeasureId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala index bb3e06e6b8..8244f47924 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.w */ case class WViewRow( /** Points to [[production.workorder.WorkorderRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala index 84f5dcac55..92bf4650e7 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pr.wr */ case class WrViewRow( /** Points to [[production.workorderrouting.WorkorderroutingRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala index b995710372..5551894089 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.billofmaterials + Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. + Primary key: billofmaterialsid */ case class BillofmaterialsRow( /** Primary key for BillOfMaterials records. Default: nextval('production.billofmaterials_billofmaterialsid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala index 9f6a06a048..ad7613998a 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.culture + Lookup table containing the languages in which some AdventureWorks data is stored. + Primary key: cultureid */ case class CultureRow( /** Primary key for Culture records. */ cultureid: CultureId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala index e777dbf12d..3ce9f7de29 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala @@ -26,6 +26,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.document + Product maintenance documents. + Primary key: documentnode */ case class DocumentRow( /** Title of the document. */ title: /* max 50 chars */ String, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala index 241a693cbe..b4f3c7907d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.illustration + Bicycle assembly diagrams. + Primary key: illustrationid */ case class IllustrationRow( /** Primary key for Illustration records. Default: nextval('production.illustration_illustrationid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/location/LocationRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/location/LocationRow.scala index 35f2785d8b..c95f4ce0eb 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/location/LocationRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/location/LocationRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.location + Product inventory and manufacturing locations. + Primary key: locationid */ case class LocationRow( /** Primary key for Location records. Default: nextval('production.location_locationid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/product/ProductRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/product/ProductRow.scala index 3a46e1c65f..c138e970ad 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/product/ProductRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/product/ProductRow.scala @@ -28,6 +28,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.product + Products sold or used in the manfacturing of sold products. + Primary key: productid */ case class ProductRow( /** Primary key for Product records. Default: nextval('production.product_productid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala index 235fa9709a..30bcc01988 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productcategory + High-level product categorization. + Primary key: productcategoryid */ case class ProductcategoryRow( /** Primary key for ProductCategory records. Default: nextval('production.productcategory_productcategoryid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala index 21cba11dd4..efc7440ffd 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productcosthistory + Changes in the cost of a product over time. + Composite primary key: productid, startdate */ case class ProductcosthistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala index 0124a9496a..48498c2ff8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productdescription + Product descriptions in several languages. + Primary key: productdescriptionid */ case class ProductdescriptionRow( /** Primary key for ProductDescription records. Default: nextval('production.productdescription_productdescriptionid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala index d019ffccc9..22e1323a5c 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productdocument + Cross-reference table mapping products to related product documents. + Composite primary key: productid, documentnode */ case class ProductdocumentRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala index 29af591191..6d5c7cc6c6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala @@ -25,6 +25,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productinventory + Product inventory information. + Composite primary key: productid, locationid */ case class ProductinventoryRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala index c4a7e5a102..a784a3cf2e 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productlistpricehistory + Changes in the list price of a product over time. + Composite primary key: productid, startdate */ case class ProductlistpricehistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala index 1777d941a6..91882a1778 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productmodel + Product model classification. + Primary key: productmodelid */ case class ProductmodelRow( /** Primary key for ProductModel records. Default: nextval('production.productmodel_productmodelid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala index c7dd419b6e..f86a331332 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productmodelillustration + Cross-reference table mapping product models and illustrations. + Composite primary key: productmodelid, illustrationid */ case class ProductmodelillustrationRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala index 53ab0be916..b0cfe7f9df 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productmodelproductdescriptionculture + Cross-reference table mapping product descriptions and the language the description is written in. + Composite primary key: productmodelid, productdescriptionid, cultureid */ case class ProductmodelproductdescriptioncultureRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala index 5463fa62ab..e969a59f3a 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productphoto + Product images. + Primary key: productphotoid */ case class ProductphotoRow( /** Primary key for ProductPhoto records. Default: nextval('production.productphoto_productphotoid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala index c8b8e703b9..d38b6a0c34 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productproductphoto + Cross-reference table mapping products and product photos. + Composite primary key: productid, productphotoid */ case class ProductproductphotoRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala index 01a79fa15a..c4ab6be6ef 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productreview + Customer reviews of products they have purchased. + Primary key: productreviewid */ case class ProductreviewRow( /** Primary key for ProductReview records. Default: nextval('production.productreview_productreviewid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala index 54bf98b1fa..b02892aa3d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.productsubcategory + Product subcategories. See ProductCategory table. + Primary key: productsubcategoryid */ case class ProductsubcategoryRow( /** Primary key for ProductSubcategory records. Default: nextval('production.productsubcategory_productsubcategoryid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala index 79e7809652..71184be825 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.scrapreason + Manufacturing failure reasons lookup table. + Primary key: scrapreasonid */ case class ScrapreasonRow( /** Primary key for ScrapReason records. Default: nextval('production.scrapreason_scrapreasonid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala index 4765b4fc4e..a975a6262b 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.transactionhistory + Record of each purchase order, sales order, or work order transaction year to date. + Primary key: transactionid */ case class TransactionhistoryRow( /** Primary key for TransactionHistory records. Default: nextval('production.transactionhistory_transactionid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala index 56ecef4ab2..11f2471fa4 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.transactionhistoryarchive + Transactions for previous years. + Primary key: transactionid */ case class TransactionhistoryarchiveRow( /** Primary key for TransactionHistoryArchive records. */ transactionid: TransactionhistoryarchiveId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala index 8d8a09a0c3..e627cbecd8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.unitmeasure + Unit of measure lookup table. + Primary key: unitmeasurecode */ case class UnitmeasureRow( /** Primary key. */ unitmeasurecode: UnitmeasureId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala index c938aab762..f99387efeb 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Materialized View: production.vproductanddescription */ case class VproductanddescriptionMVRow( /** Points to [[product.ProductRow.productid]] */ productid: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala index 2e7532f41b..cfd6208a21 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: production.vproductmodelcatalogdescription */ case class VproductmodelcatalogdescriptionViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala index 85c7368e55..c6032400b6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: production.vproductmodelinstructions */ case class VproductmodelinstructionsViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala index fbf0322158..cffba00699 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.workorder + Manufacturing work orders. + Primary key: workorderid */ case class WorkorderRow( /** Primary key for WorkOrder records. Default: nextval('production.workorder_workorderid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala index 97eb006464..7b335eeb6d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: production.workorderrouting + Work order details. + Composite primary key: workorderid, productid, operationsequence */ case class WorkorderroutingRow( /** Primary key. Foreign key to WorkOrder.WorkOrderID. Points to [[workorder.WorkorderRow.workorderid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala index a4b772b548..9f7ff52d28 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pu.pod */ case class PodViewRow( /** Points to [[purchasing.purchaseorderdetail.PurchaseorderdetailRow.purchaseorderdetailid]] */ id: Int, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala index 0235c55e6a..5c3b98c3e7 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pu.poh */ case class PohViewRow( /** Points to [[purchasing.purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ id: PurchaseorderheaderId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala index 4a35e12eb4..cedd73b7bb 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pu.pv */ case class PvViewRow( /** Points to [[purchasing.productvendor.ProductvendorRow.productid]] */ id: ProductId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala index a6b81d3e26..4298da5592 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pu.sm */ case class SmViewRow( /** Points to [[purchasing.shipmethod.ShipmethodRow.shipmethodid]] */ id: ShipmethodId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala index 5bca421a9a..5d95c5db2d 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala @@ -25,6 +25,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: pu.v */ case class VViewRow( /** Points to [[purchasing.vendor.VendorRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala index 868f512cdf..b7b4428e66 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala @@ -21,6 +21,8 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: public.flaff + Composite primary key: code, another_code, some_number, specifier */ case class FlaffRow( /** Points to [[FlaffRow.code]] */ code: ShortText, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala index e45c8bd736..aff22a7404 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala @@ -20,6 +20,8 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: public.identity-test + Primary key: name */ case class IdentityTestRow( /** Identity ALWAYS, identityStart: 1, identityIncrement: 1, identityMaximum: 2147483647, identityMinimum: 1 */ alwaysGenerated: Int, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala index 2016dd073d..330537f4b5 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala @@ -46,6 +46,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: public.pgtest */ case class PgtestRow( bool: Boolean, box: TypoBox, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala index 308e3a9834..394d43506f 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala @@ -46,6 +46,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: public.pgtestnull */ case class PgtestnullRow( bool: Option[Boolean], box: Option[TypoBox], diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/users/UsersRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/users/UsersRow.scala index 05c0185652..563a0ab1e6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/public/users/UsersRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/public/users/UsersRow.scala @@ -22,6 +22,8 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: public.users + Primary key: user_id */ case class UsersRow( userId: UsersId, name: String, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala index 078ee34c6e..0595eacbb1 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: purchasing.productvendor + Cross-reference table mapping vendors with the products they supply. + Composite primary key: productid, businessentityid */ case class ProductvendorRow( /** Primary key. Foreign key to Product.ProductID. Points to [[production.product.ProductRow.productid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala index 23361b9690..48225f72e1 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: purchasing.purchaseorderdetail + Individual products associated with a specific purchase order. See PurchaseOrderHeader. + Composite primary key: purchaseorderid, purchaseorderdetailid */ case class PurchaseorderdetailRow( /** Primary key. Foreign key to PurchaseOrderHeader.PurchaseOrderID. Points to [[purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala index b26f21bf1e..ea93aed15e 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: purchasing.purchaseorderheader + General purchase order information. See PurchaseOrderDetail. + Primary key: purchaseorderid */ case class PurchaseorderheaderRow( /** Primary key. Default: nextval('purchasing.purchaseorderheader_purchaseorderid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala index aebacc27b5..f14452fbb2 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: purchasing.shipmethod + Shipping company lookup table. + Primary key: shipmethodid */ case class ShipmethodRow( /** Primary key for ShipMethod records. Default: nextval('purchasing.shipmethod_shipmethodid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala index 6c4415e8b4..ebf436d2e7 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala @@ -26,6 +26,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: purchasing.vendor + Companies from whom Adventure Works Cycles purchases parts or other goods. + Primary key: businessentityid */ case class VendorRow( /** Primary key for Vendor records. Foreign key to BusinessEntity.BusinessEntityID Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala index 521fe68b40..aebe143ffb 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: purchasing.vvendorwithaddresses */ case class VvendorwithaddressesViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala index 5c578c6ad1..774d95eea1 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: purchasing.vvendorwithcontacts */ case class VvendorwithcontactsViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala index 73d3e4a5ab..60a045e1a0 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.c */ case class CViewRow( /** Points to [[sales.customer.CustomerRow.customerid]] */ id: CustomerId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala index d8dc2dd891..55d226bf61 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.cc */ case class CcViewRow( /** Points to [[sales.creditcard.CreditcardRow.creditcardid]] */ id: /* user-picked */ CustomCreditcardId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala index 026b66096f..5aca233ad1 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.cr */ case class CrViewRow( /** Points to [[sales.currencyrate.CurrencyrateRow.currencyrateid]] */ currencyrateid: CurrencyrateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala index bb86786d0b..aff528f874 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.crc */ case class CrcViewRow( /** Points to [[sales.countryregioncurrency.CountryregioncurrencyRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala index e5c8f72736..7b1709944e 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.cu */ case class CuViewRow( /** Points to [[sales.currency.CurrencyRow.currencycode]] */ id: CurrencyId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala index b8ed8f3ceb..f8254fc8bd 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.pcc */ case class PccViewRow( /** Points to [[sales.personcreditcard.PersoncreditcardRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala index 67d18c0dc1..4b649bc361 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.s */ case class SViewRow( /** Points to [[sales.store.StoreRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala index 04efbcaaf5..d309f4992c 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sci */ case class SciViewRow( /** Points to [[sales.shoppingcartitem.ShoppingcartitemRow.shoppingcartitemid]] */ id: ShoppingcartitemId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala index c45171ad60..bfa5255070 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.so */ case class SoViewRow( /** Points to [[sales.specialoffer.SpecialofferRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala index 5dde036fda..e9272f20c5 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala @@ -25,6 +25,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sod */ case class SodViewRow( /** Points to [[sales.salesorderdetail.SalesorderdetailRow.salesorderdetailid]] */ id: Int, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala index 72bb368710..00ee5bfece 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala @@ -33,6 +33,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.soh */ case class SohViewRow( /** Points to [[sales.salesorderheader.SalesorderheaderRow.salesorderid]] */ id: SalesorderheaderId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala index 46dcf263ff..67a24f1de6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sohsr */ case class SohsrViewRow( /** Points to [[sales.salesorderheadersalesreason.SalesorderheadersalesreasonRow.salesorderid]] */ salesorderid: SalesorderheaderId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala index 823f00373a..89218dd194 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sop */ case class SopViewRow( /** Points to [[sales.specialofferproduct.SpecialofferproductRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala index 88e56ec674..a359f6a058 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sp */ case class SpViewRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala index c5669b71f9..9106cc1bcf 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.spqh */ case class SpqhViewRow( /** Points to [[sales.salespersonquotahistory.SalespersonquotahistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala index 6f0b17852c..823150735f 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala @@ -20,6 +20,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sr */ case class SrViewRow( /** Points to [[sales.salesreason.SalesreasonRow.salesreasonid]] */ id: SalesreasonId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala index f2dda92388..8f86a5bb11 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.st */ case class StViewRow( /** Points to [[sales.salesterritory.SalesterritoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala index 2496cb59af..3e4cb6e174 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.sth */ case class SthViewRow( /** Points to [[sales.salesterritoryhistory.SalesterritoryhistoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala index b4bd71714a..10742e45c9 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala @@ -25,6 +25,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sa.tr */ case class TrViewRow( /** Points to [[sales.salestaxrate.SalestaxrateRow.salestaxrateid]] */ id: SalestaxrateId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala index 7752d55646..5b7d726990 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.countryregioncurrency + Cross-reference table mapping ISO currency codes to a country or region. + Composite primary key: countryregioncode, currencycode */ case class CountryregioncurrencyRow( /** ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala index 92b4186cae..097ec244ed 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.creditcard + Customer credit card information. + Primary key: creditcardid */ case class CreditcardRow( /** Primary key for CreditCard records. Default: nextval('sales.creditcard_creditcardid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala index 2544bef81b..86768ec1e6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.currency + Lookup table containing standard ISO currencies. + Primary key: currencycode */ case class CurrencyRow( /** The ISO code for the Currency. */ currencycode: CurrencyId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala index 8f85fb5a8d..0f6072a16e 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.currencyrate + Currency exchange rates. + Primary key: currencyrateid */ case class CurrencyrateRow( /** Primary key for CurrencyRate records. Default: nextval('sales.currencyrate_currencyrateid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala index 08024a7fc1..46cbe9ad41 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.customer + Current customer information. Also see the Person and Store tables. + Primary key: customerid */ case class CustomerRow( /** Primary key. Default: nextval('sales.customer_customerid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala index 819a97d06c..8a0ff78faf 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.personcreditcard + Cross-reference table mapping people to their credit card information in the CreditCard table. + Composite primary key: businessentityid, creditcardid */ case class PersoncreditcardRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala index b2e9499a89..8d1f4e2790 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala @@ -26,6 +26,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesorderdetail + Individual products associated with a specific sales order. See SalesOrderHeader. + Composite primary key: salesorderid, salesorderdetailid */ case class SalesorderdetailRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala index e67944dc68..8823039dec 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala @@ -33,6 +33,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesorderheader + General sales order information. + Primary key: salesorderid */ case class SalesorderheaderRow( /** Primary key. Default: nextval('sales.salesorderheader_salesorderid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala index cbd879c86a..8b30b249bc 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala @@ -21,6 +21,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesorderheadersalesreason + Cross-reference table mapping sales orders to sales reason codes. + Composite primary key: salesorderid, salesreasonid */ case class SalesorderheadersalesreasonRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala index 2da22e2122..4af4d967f0 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesperson + Sales representative current information. + Primary key: businessentityid */ case class SalespersonRow( /** Primary key for SalesPerson records. Foreign key to Employee.BusinessEntityID Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala index 406b1e89db..6fa0ad07e8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala @@ -23,6 +23,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salespersonquotahistory + Sales performance tracking. + Composite primary key: businessentityid, quotadate */ case class SalespersonquotahistoryRow( /** Sales person identification number. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala index 10e56285de..e8e93e3d68 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala @@ -20,6 +20,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesreason + Lookup table of customer purchase reasons. + Primary key: salesreasonid */ case class SalesreasonRow( /** Primary key for SalesReason records. Default: nextval('sales.salesreason_salesreasonid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala index e389b02580..eb22609ec0 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala @@ -25,6 +25,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salestaxrate + Tax rate lookup table. + Primary key: salestaxrateid */ case class SalestaxrateRow( /** Primary key for SalesTaxRate records. Default: nextval('sales.salestaxrate_salestaxrateid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala index db62a0f322..68a16dc46b 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesterritory + Sales territory lookup table. + Primary key: territoryid */ case class SalesterritoryRow( /** Primary key for SalesTerritory records. Default: nextval('sales.salesterritory_territoryid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala index 09ef8ce75d..25bb390f03 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala @@ -24,6 +24,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.salesterritoryhistory + Sales representative transfers to other sales territories. + Composite primary key: businessentityid, startdate, territoryid */ case class SalesterritoryhistoryRow( /** Primary key. The sales rep. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala index 4b51236317..c0b1925414 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.shoppingcartitem + Contains online customer orders until the order is submitted or cancelled. + Primary key: shoppingcartitemid */ case class ShoppingcartitemRow( /** Primary key for ShoppingCartItem records. Default: nextval('sales.shoppingcartitem_shoppingcartitemid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala index 0074af8fd2..5646e50dcc 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.specialoffer + Sale discounts lookup table. + Primary key: specialofferid */ case class SpecialofferRow( /** Primary key for SpecialOffer records. Default: nextval('sales.specialoffer_specialofferid_seq'::regclass) */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala index 191504c4bc..749a29d717 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala @@ -22,6 +22,9 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.specialofferproduct + Cross-reference table mapping products to special offer discounts. + Composite primary key: specialofferid, productid */ case class SpecialofferproductRow( /** Primary key for SpecialOfferProduct records. Points to [[specialoffer.SpecialofferRow.specialofferid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala index 2a9399f459..07cfa1b619 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala @@ -25,6 +25,9 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** Table: sales.store + Customers (resellers) of Adventure Works products. + Primary key: businessentityid */ case class StoreRow( /** Primary key. Foreign key to Customer.BusinessEntityID. Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala index 023a6aeec8..b47c383ddf 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala @@ -24,6 +24,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vindividualcustomer */ case class VindividualcustomerViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala index 6c49b53ad1..60da62747f 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vpersondemographics */ case class VpersondemographicsViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala index f5d2ff621c..6f45321999 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vsalesperson */ case class VsalespersonViewRow( /** Points to [[salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala index b8001b1604..87d9386ed4 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala @@ -19,6 +19,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vsalespersonsalesbyfiscalyears */ case class VsalespersonsalesbyfiscalyearsViewRow( SalesPersonID: /* nullability unknown */ Option[Int], FullName: /* nullability unknown */ Option[String], diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala index bbfac7a389..b22392190c 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vsalespersonsalesbyfiscalyearsdata */ case class VsalespersonsalesbyfiscalyearsdataViewRow( /** Points to [[salesorderheader.SalesorderheaderRow.salespersonid]] */ salespersonid: Option[BusinessentityId], diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala index 0834238495..1c2cbe28b8 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala @@ -21,6 +21,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vstorewithaddresses */ case class VstorewithaddressesViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala index 455552246f..2ecaf95729 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala @@ -23,6 +23,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vstorewithcontacts */ case class VstorewithcontactsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala index 28ff48e05c..b0147bc5b6 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala @@ -22,6 +22,7 @@ import play.api.libs.json.Writes import scala.collection.immutable.ListMap import scala.util.Try +/** View: sales.vstorewithdemographics */ case class VstorewithdemographicsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-anorm/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala b/typo-tester-anorm/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala index 4ae9da33a4..67e0f72b54 100644 --- a/typo-tester-anorm/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala +++ b/typo-tester-anorm/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala @@ -18,6 +18,7 @@ import play.api.libs.json.Reads import scala.collection.immutable.ListMap import scala.util.Try +/** SQL file: update_person_returning.sql */ case class UpdatePersonReturningSqlRow( /** Points to [[person.person.PersonRow.firstname]] */ firstname: /* user-picked */ FirstName, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala index 0fa094c617..aac92cc070 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.d */ case class DViewRow( /** Points to [[humanresources.department.DepartmentRow.departmentid]] */ id: DepartmentId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala index 97457e93ac..32ffa16ac0 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala @@ -20,6 +20,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.e */ case class EViewRow( /** Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala index 29d54ee035..0a41879de0 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.edh */ case class EdhViewRow( /** Points to [[humanresources.employeedepartmenthistory.EmployeedepartmenthistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala index 47c244895d..f6dc09daaa 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.eph */ case class EphViewRow( /** Points to [[humanresources.employeepayhistory.EmployeepayhistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala index 94cd011059..233edf75d8 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.jc */ case class JcViewRow( /** Points to [[humanresources.jobcandidate.JobcandidateRow.jobcandidateid]] */ id: JobcandidateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala index dd74bf536d..69810147fd 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: hr.s */ case class SViewRow( /** Points to [[humanresources.shift.ShiftRow.shiftid]] */ id: ShiftId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala index 02e66ef5db..9da9d56f56 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.department + Lookup table containing the departments within the Adventure Works Cycles company. + Primary key: departmentid */ case class DepartmentRow( /** Primary key for Department records. Default: nextval('humanresources.department_departmentid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala index da7e8a7d58..ea8455aecb 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala @@ -21,6 +21,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.employee + Employee information such as salary, department, and title. + Primary key: businessentityid */ case class EmployeeRow( /** Primary key for Employee records. Foreign key to BusinessEntity.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala index aeba735673..3ebb5b2324 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.employeedepartmenthistory + Employee department transfers. + Composite primary key: businessentityid, startdate, departmentid, shiftid */ case class EmployeedepartmenthistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala index 88f26e55ec..6a4fc4dcfe 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.employeepayhistory + Employee pay history. + Composite primary key: businessentityid, ratechangedate */ case class EmployeepayhistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala index b3bed6f2ba..4a14f6cea3 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.jobcandidate + Résumés submitted to Human Resources by job applicants. + Primary key: jobcandidateid */ case class JobcandidateRow( /** Primary key for JobCandidate records. Default: nextval('humanresources.jobcandidate_jobcandidateid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala index a4f2f3b20e..01b0d9189c 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: humanresources.shift + Work shift lookup table. + Primary key: shiftid */ case class ShiftRow( /** Primary key for Shift records. Default: nextval('humanresources.shift_shiftid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala index cf5a9b11f5..b65a9e9814 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vemployee */ case class VemployeeViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala index 24090179a6..9a83201760 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vemployeedepartment */ case class VemployeedepartmentViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala index 30dcdde584..c239544018 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vemployeedepartmenthistory */ case class VemployeedepartmenthistoryViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala index 0c440175dc..99f4dc271d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vjobcandidate */ case class VjobcandidateViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala index 2c3fdd6db3..7c16c8cd24 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vjobcandidateeducation */ case class VjobcandidateeducationViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala index efda8c5d08..9c38d46d67 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: humanresources.vjobcandidateemployment */ case class VjobcandidateemploymentViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala index 57b07fad47..399e074d9d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.a */ case class AViewRow( /** Points to [[person.address.AddressRow.addressid]] */ id: AddressId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala index 38fe59a46e..05b299327c 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.at */ case class AtViewRow( /** Points to [[person.addresstype.AddresstypeRow.addresstypeid]] */ id: AddresstypeId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala index 4cd196f400..c3bbd20e68 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.be */ case class BeViewRow( /** Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala index b428cd9b87..7528170ab6 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.bea */ case class BeaViewRow( /** Points to [[person.businessentityaddress.BusinessentityaddressRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala index 0897c4472f..dcb3aed8b2 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.bec */ case class BecViewRow( /** Points to [[person.businessentitycontact.BusinessentitycontactRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala index 14f9c65bc8..3d97d74142 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.cr */ case class CrViewRow( /** Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala index ab2ae66f90..8dc7242c3a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.ct */ case class CtViewRow( /** Points to [[person.contacttype.ContacttypeRow.contacttypeid]] */ id: ContacttypeId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala index 35704a6f30..3b1dcbd913 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.e */ case class EViewRow( /** Points to [[person.emailaddress.EmailaddressRow.emailaddressid]] */ id: Int, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala index 0f2c763f18..77adccc9b7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala @@ -21,6 +21,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.p */ case class PViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala index 9c4167de23..1dc946553f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.pa */ case class PaViewRow( /** Points to [[person.password.PasswordRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala index d4685536b1..5f5f2f5b62 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.pnt */ case class PntViewRow( /** Points to [[person.phonenumbertype.PhonenumbertypeRow.phonenumbertypeid]] */ id: PhonenumbertypeId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala index ef4e8a0228..de1e959dcc 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.pp */ case class PpViewRow( /** Points to [[person.personphone.PersonphoneRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala index bdf59214ae..5970915c91 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala @@ -21,6 +21,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pe.sp */ case class SpViewRow( /** Points to [[person.stateprovince.StateprovinceRow.stateprovinceid]] */ id: StateprovinceId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/address/AddressRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/address/AddressRow.scala index d3926fdd17..7cf0423d3e 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/address/AddressRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/address/AddressRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.address + Street address information for customers, employees, and vendors. + Primary key: addressid */ case class AddressRow( /** Primary key for Address records. Default: nextval('person.address_addressid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala index 14731a7f91..208b6d6967 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.addresstype + Types of addresses stored in the Address table. + Primary key: addresstypeid */ case class AddresstypeRow( /** Primary key for AddressType records. Default: nextval('person.addresstype_addresstypeid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala index 8066060e64..21e5270696 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.businessentity + Source of the ID that connects vendors, customers, and employees with address and contact information. + Primary key: businessentityid */ case class BusinessentityRow( /** Primary key for all customers, vendors, and employees. Default: nextval('person.businessentity_businessentityid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala index a7d30cce4a..11c35d03d1 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.businessentityaddress + Cross-reference table mapping customers, vendors, and employees to their addresses. + Composite primary key: businessentityid, addressid, addresstypeid */ case class BusinessentityaddressRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala index 67c188126d..65c1f254fb 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.businessentitycontact + Cross-reference table mapping stores, vendors, and employees to people + Composite primary key: businessentityid, personid, contacttypeid */ case class BusinessentitycontactRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala index 7dc97ae182..6157306860 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.contacttype + Lookup table containing the types of business entity contacts. + Primary key: contacttypeid */ case class ContacttypeRow( /** Primary key for ContactType records. Default: nextval('person.contacttype_contacttypeid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala index d6e5d9a6f3..5e98fa3021 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.countryregion + Lookup table containing the ISO standard codes for countries and regions. + Primary key: countryregioncode */ case class CountryregionRow( /** ISO standard code for countries and regions. */ countryregioncode: CountryregionId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala index d8e7f9e6b8..a6c8c8fa95 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.emailaddress + Where to send a person email. + Composite primary key: businessentityid, emailaddressid */ case class EmailaddressRow( /** Primary key. Person associated with this email address. Foreign key to Person.BusinessEntityID Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala index 5349b4ae5f..44be1c8a6f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.password + One way hashed authentication information + Primary key: businessentityid */ case class PasswordRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/person/PersonRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/person/PersonRow.scala index f39e7b631d..7f052a2b67 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/person/PersonRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/person/PersonRow.scala @@ -22,6 +22,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.person + Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. + Primary key: businessentityid */ case class PersonRow( /** Primary key for Person records. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala index 7e5faf6500..d32143b09d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.personphone + Telephone number and type of a person. + Composite primary key: businessentityid, phonenumber, phonenumbertypeid */ case class PersonphoneRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala index c2958df922..807ed8e682 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.phonenumbertype + Type of phone number of a person. + Primary key: phonenumbertypeid */ case class PhonenumbertypeRow( /** Primary key for telephone number type records. Default: nextval('person.phonenumbertype_phonenumbertypeid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala index d325716c25..e79446bc84 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala @@ -21,6 +21,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: person.stateprovince + State and province lookup table. + Primary key: stateprovinceid */ case class StateprovinceRow( /** Primary key for StateProvince records. Default: nextval('person.stateprovince_stateprovinceid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala index c425192e37..6fd5753c5f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala @@ -20,6 +20,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: person.vadditionalcontactinfo */ case class VadditionalcontactinfoViewRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala index 874aa776e7..a2548d31a2 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Materialized View: person.vstateprovincecountryregion */ case class VstateprovincecountryregionMVRow( /** Points to [[stateprovince.StateprovinceRow.stateprovinceid]] */ stateprovinceid: StateprovinceId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala index 304f48d32e..8e5ef332cc 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** SQL file: person_detail.sql */ case class PersonDetailSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala index f8ccecd627..c248f5e34c 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala @@ -15,6 +15,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** SQL file: person_dynamic.sql */ case class PersonDynamicSqlRow( /** Points to [[person.person.PersonRow.title]] */ title: Option[/* max 8 chars */ String], diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala index f0bd661ad5..bbb3bc3b0a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala @@ -14,6 +14,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** SQL file: person_row_join.sql */ case class PersonRowJoinSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala index df8711629a..2a627f7eda 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.bom */ case class BomViewRow( /** Points to [[production.billofmaterials.BillofmaterialsRow.billofmaterialsid]] */ id: Int, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala index 815b9f1fa1..d7ce97bff9 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.c */ case class CViewRow( /** Points to [[production.culture.CultureRow.cultureid]] */ id: CultureId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala index d08c031fd8..d3173c9c27 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala @@ -21,6 +21,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.d */ case class DViewRow( /** Points to [[production.document.DocumentRow.title]] */ title: /* max 50 chars */ String, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala index c6a71a9cfd..54643334fc 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.i */ case class IViewRow( /** Points to [[production.illustration.IllustrationRow.illustrationid]] */ id: IllustrationId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala index 9c937b5b09..d02dec29ee 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.l */ case class LViewRow( /** Points to [[production.location.LocationRow.locationid]] */ id: LocationId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala index ecd62c9d61..b86869f478 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala @@ -27,6 +27,7 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** View: pr.p */ case class PViewRow( /** Points to [[production.product.ProductRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala index 93fc61a586..6617ca6821 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pc */ case class PcViewRow( /** Points to [[production.productcategory.ProductcategoryRow.productcategoryid]] */ id: ProductcategoryId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala index 07ac1508fa..a589728e9d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pch */ case class PchViewRow( /** Points to [[production.productcosthistory.ProductcosthistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala index f0a518f0fd..e0fb562347 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pd */ case class PdViewRow( /** Points to [[production.productdescription.ProductdescriptionRow.productdescriptionid]] */ id: ProductdescriptionId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala index 65c4753dec..e2f8c260dd 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pdoc */ case class PdocViewRow( /** Points to [[production.productdocument.ProductdocumentRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala index ecbd40873b..fbdbacbda4 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pi */ case class PiViewRow( /** Points to [[production.productinventory.ProductinventoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala index 595c57b2dc..63f4d9e900 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.plph */ case class PlphViewRow( /** Points to [[production.productlistpricehistory.ProductlistpricehistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala index 79175ff7b7..c1e652e5aa 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pm */ case class PmViewRow( /** Points to [[production.productmodel.ProductmodelRow.productmodelid]] */ id: ProductmodelId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala index a50e4237b8..9e4f463e67 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pmi */ case class PmiViewRow( /** Points to [[production.productmodelillustration.ProductmodelillustrationRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala index 009f414caa..3db176bff3 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pmpdc */ case class PmpdcViewRow( /** Points to [[production.productmodelproductdescriptionculture.ProductmodelproductdescriptioncultureRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala index 8e61376f2d..e6f76cffbf 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pp */ case class PpViewRow( /** Points to [[production.productphoto.ProductphotoRow.productphotoid]] */ id: ProductphotoId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala index 78ab174560..17c9d2651b 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.ppp */ case class PppViewRow( /** Points to [[production.productproductphoto.ProductproductphotoRow.productid]] */ productid: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala index 90bc91a43e..066a505c17 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.pr */ case class PrViewRow( /** Points to [[production.productreview.ProductreviewRow.productreviewid]] */ id: ProductreviewId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala index 3a90dd325f..57655cf9a7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.psc */ case class PscViewRow( /** Points to [[production.productsubcategory.ProductsubcategoryRow.productsubcategoryid]] */ id: ProductsubcategoryId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala index ad7af17777..8afef3f26f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.sr */ case class SrViewRow( /** Points to [[production.scrapreason.ScrapreasonRow.scrapreasonid]] */ id: ScrapreasonId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala index c3555d8121..864269bf9d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.th */ case class ThViewRow( /** Points to [[production.transactionhistory.TransactionhistoryRow.transactionid]] */ id: TransactionhistoryId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala index 94743dc426..c3f99c09a7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.tha */ case class ThaViewRow( /** Points to [[production.transactionhistoryarchive.TransactionhistoryarchiveRow.transactionid]] */ id: TransactionhistoryarchiveId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala index bcd1b6f910..d4e5348974 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.um */ case class UmViewRow( /** Points to [[production.unitmeasure.UnitmeasureRow.unitmeasurecode]] */ id: UnitmeasureId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala index 21ff410a95..60963eaeef 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.w */ case class WViewRow( /** Points to [[production.workorder.WorkorderRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala index 7102a373a5..bf1a848040 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pr.wr */ case class WrViewRow( /** Points to [[production.workorderrouting.WorkorderroutingRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala index e44f57f612..4d083495d4 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.billofmaterials + Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. + Primary key: billofmaterialsid */ case class BillofmaterialsRow( /** Primary key for BillOfMaterials records. Default: nextval('production.billofmaterials_billofmaterialsid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala index c2eb1e532a..966e2b48b0 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.culture + Lookup table containing the languages in which some AdventureWorks data is stored. + Primary key: cultureid */ case class CultureRow( /** Primary key for Culture records. */ cultureid: CultureId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala index 10a0115b22..fe4f3da3db 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala @@ -21,6 +21,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.document + Product maintenance documents. + Primary key: documentnode */ case class DocumentRow( /** Title of the document. */ title: /* max 50 chars */ String, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala index aad90f52f9..8bb82659d9 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.illustration + Bicycle assembly diagrams. + Primary key: illustrationid */ case class IllustrationRow( /** Primary key for Illustration records. Default: nextval('production.illustration_illustrationid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/location/LocationRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/location/LocationRow.scala index a68963f46f..d245889e41 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/location/LocationRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/location/LocationRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.location + Product inventory and manufacturing locations. + Primary key: locationid */ case class LocationRow( /** Primary key for Location records. Default: nextval('production.location_locationid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/product/ProductRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/product/ProductRow.scala index 6d17df8643..3ef6956b0b 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/product/ProductRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/product/ProductRow.scala @@ -27,6 +27,9 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** Table: production.product + Products sold or used in the manfacturing of sold products. + Primary key: productid */ case class ProductRow( /** Primary key for Product records. Default: nextval('production.product_productid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala index c61b51fff4..4b15c83de8 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productcategory + High-level product categorization. + Primary key: productcategoryid */ case class ProductcategoryRow( /** Primary key for ProductCategory records. Default: nextval('production.productcategory_productcategoryid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala index 1309143abb..acf5358e05 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productcosthistory + Changes in the cost of a product over time. + Composite primary key: productid, startdate */ case class ProductcosthistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala index d7e78c63a3..88481e8a3c 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productdescription + Product descriptions in several languages. + Primary key: productdescriptionid */ case class ProductdescriptionRow( /** Primary key for ProductDescription records. Default: nextval('production.productdescription_productdescriptionid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala index 5ad879bcde..1d3a69bc9e 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productdocument + Cross-reference table mapping products to related product documents. + Composite primary key: productid, documentnode */ case class ProductdocumentRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala index edadff1464..a370ef7d01 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala @@ -20,6 +20,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productinventory + Product inventory information. + Composite primary key: productid, locationid */ case class ProductinventoryRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala index 59399c55b0..4e41c83ac1 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productlistpricehistory + Changes in the list price of a product over time. + Composite primary key: productid, startdate */ case class ProductlistpricehistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala index 1bc0db0234..9ca6555972 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productmodel + Product model classification. + Primary key: productmodelid */ case class ProductmodelRow( /** Primary key for ProductModel records. Default: nextval('production.productmodel_productmodelid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala index 1b40352e3e..bb9538644c 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productmodelillustration + Cross-reference table mapping product models and illustrations. + Composite primary key: productmodelid, illustrationid */ case class ProductmodelillustrationRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala index 21ab2591cf..cf26a78a52 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productmodelproductdescriptionculture + Cross-reference table mapping product descriptions and the language the description is written in. + Composite primary key: productmodelid, productdescriptionid, cultureid */ case class ProductmodelproductdescriptioncultureRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala index af358cff14..26433650de 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productphoto + Product images. + Primary key: productphotoid */ case class ProductphotoRow( /** Primary key for ProductPhoto records. Default: nextval('production.productphoto_productphotoid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala index ca43e8d855..61a054f96a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productproductphoto + Cross-reference table mapping products and product photos. + Composite primary key: productid, productphotoid */ case class ProductproductphotoRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala index 6d5032f497..4e4507a472 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productreview + Customer reviews of products they have purchased. + Primary key: productreviewid */ case class ProductreviewRow( /** Primary key for ProductReview records. Default: nextval('production.productreview_productreviewid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala index 5a45145c0b..23d709c866 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.productsubcategory + Product subcategories. See ProductCategory table. + Primary key: productsubcategoryid */ case class ProductsubcategoryRow( /** Primary key for ProductSubcategory records. Default: nextval('production.productsubcategory_productsubcategoryid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala index 4482111a79..2751e73066 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.scrapreason + Manufacturing failure reasons lookup table. + Primary key: scrapreasonid */ case class ScrapreasonRow( /** Primary key for ScrapReason records. Default: nextval('production.scrapreason_scrapreasonid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala index 585967d773..cc3c1862be 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.transactionhistory + Record of each purchase order, sales order, or work order transaction year to date. + Primary key: transactionid */ case class TransactionhistoryRow( /** Primary key for TransactionHistory records. Default: nextval('production.transactionhistory_transactionid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala index 41f0cb1527..6ea6af469d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.transactionhistoryarchive + Transactions for previous years. + Primary key: transactionid */ case class TransactionhistoryarchiveRow( /** Primary key for TransactionHistoryArchive records. */ transactionid: TransactionhistoryarchiveId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala index 4b15662a63..71aa5b1b2f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.unitmeasure + Unit of measure lookup table. + Primary key: unitmeasurecode */ case class UnitmeasureRow( /** Primary key. */ unitmeasurecode: UnitmeasureId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala index 1e20762aff..dce17ded15 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Materialized View: production.vproductanddescription */ case class VproductanddescriptionMVRow( /** Points to [[product.ProductRow.productid]] */ productid: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala index 4cefe91863..ebd2f33ea9 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala @@ -22,6 +22,7 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** View: production.vproductmodelcatalogdescription */ case class VproductmodelcatalogdescriptionViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala index ff97b68c50..095907bb0d 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: production.vproductmodelinstructions */ case class VproductmodelinstructionsViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala index bb47b813d9..8a55744331 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.workorder + Manufacturing work orders. + Primary key: workorderid */ case class WorkorderRow( /** Primary key for WorkOrder records. Default: nextval('production.workorder_workorderid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala index 4a9cadc39f..f12b35d944 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: production.workorderrouting + Work order details. + Composite primary key: workorderid, productid, operationsequence */ case class WorkorderroutingRow( /** Primary key. Foreign key to WorkOrder.WorkOrderID. Points to [[workorder.WorkorderRow.workorderid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala index 119dbb13ce..da408cec2f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pu.pod */ case class PodViewRow( /** Points to [[purchasing.purchaseorderdetail.PurchaseorderdetailRow.purchaseorderdetailid]] */ id: Int, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala index 71c4f38026..199a5ded51 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pu.poh */ case class PohViewRow( /** Points to [[purchasing.purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ id: PurchaseorderheaderId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala index 3e97a791c9..28242eb8fa 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pu.pv */ case class PvViewRow( /** Points to [[purchasing.productvendor.ProductvendorRow.productid]] */ id: ProductId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala index 9607c6f443..0a425eb219 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pu.sm */ case class SmViewRow( /** Points to [[purchasing.shipmethod.ShipmethodRow.shipmethodid]] */ id: ShipmethodId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala index 202102c320..141c749154 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala @@ -20,6 +20,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: pu.v */ case class VViewRow( /** Points to [[purchasing.vendor.VendorRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala index 2b4d0f7abd..a4db4bef49 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala @@ -16,6 +16,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: public.flaff + Composite primary key: code, another_code, some_number, specifier */ case class FlaffRow( /** Points to [[FlaffRow.code]] */ code: ShortText, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala index b721b2c37d..e321176fc2 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala @@ -15,6 +15,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: public.identity-test + Primary key: name */ case class IdentityTestRow( /** Identity ALWAYS, identityStart: 1, identityIncrement: 1, identityMaximum: 2147483647, identityMinimum: 1 */ alwaysGenerated: Int, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala index 886438b14f..b5fe15969f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala @@ -45,6 +45,7 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** Table: public.pgtest */ case class PgtestRow( bool: Boolean, box: TypoBox, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala index 3b19114214..12cbed927f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala @@ -45,6 +45,7 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** Table: public.pgtestnull */ case class PgtestnullRow( bool: Option[Boolean], box: Option[TypoBox], diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/users/UsersRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/users/UsersRow.scala index 95d237b634..232e45ac65 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/public/users/UsersRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/public/users/UsersRow.scala @@ -17,6 +17,8 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: public.users + Primary key: user_id */ case class UsersRow( userId: UsersId, name: String, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala index e3bf7ae436..eb01731b98 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: purchasing.productvendor + Cross-reference table mapping vendors with the products they supply. + Composite primary key: productid, businessentityid */ case class ProductvendorRow( /** Primary key. Foreign key to Product.ProductID. Points to [[production.product.ProductRow.productid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala index ab1dc207d6..fe7886b473 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: purchasing.purchaseorderdetail + Individual products associated with a specific purchase order. See PurchaseOrderHeader. + Composite primary key: purchaseorderid, purchaseorderdetailid */ case class PurchaseorderdetailRow( /** Primary key. Foreign key to PurchaseOrderHeader.PurchaseOrderID. Points to [[purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala index 7f6ab5013b..3c14e8c852 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: purchasing.purchaseorderheader + General purchase order information. See PurchaseOrderDetail. + Primary key: purchaseorderid */ case class PurchaseorderheaderRow( /** Primary key. Default: nextval('purchasing.purchaseorderheader_purchaseorderid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala index 7e8957e1e6..fdece34778 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: purchasing.shipmethod + Shipping company lookup table. + Primary key: shipmethodid */ case class ShipmethodRow( /** Primary key for ShipMethod records. Default: nextval('purchasing.shipmethod_shipmethodid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala index a829afb5a6..1f6d14d78e 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala @@ -21,6 +21,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: purchasing.vendor + Companies from whom Adventure Works Cycles purchases parts or other goods. + Primary key: businessentityid */ case class VendorRow( /** Primary key for Vendor records. Foreign key to BusinessEntity.BusinessEntityID Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala index 15b31eb404..4cd4b57400 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: purchasing.vvendorwithaddresses */ case class VvendorwithaddressesViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala index 71360aff98..34a149c4a1 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: purchasing.vvendorwithcontacts */ case class VvendorwithcontactsViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala index 615faddb36..9bf9f0acc5 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.c */ case class CViewRow( /** Points to [[sales.customer.CustomerRow.customerid]] */ id: CustomerId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala index f4af21373e..cf1851386a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.cc */ case class CcViewRow( /** Points to [[sales.creditcard.CreditcardRow.creditcardid]] */ id: /* user-picked */ CustomCreditcardId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala index dc02cb047c..651b003e5e 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.cr */ case class CrViewRow( /** Points to [[sales.currencyrate.CurrencyrateRow.currencyrateid]] */ currencyrateid: CurrencyrateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala index 3000944788..5720cf16a7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.crc */ case class CrcViewRow( /** Points to [[sales.countryregioncurrency.CountryregioncurrencyRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala index 38ae9d29c1..fe26b05aff 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.cu */ case class CuViewRow( /** Points to [[sales.currency.CurrencyRow.currencycode]] */ id: CurrencyId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala index bfa2842652..7f0c3f5bbd 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.pcc */ case class PccViewRow( /** Points to [[sales.personcreditcard.PersoncreditcardRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala index e1a7a0a125..03a3cb9e3a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.s */ case class SViewRow( /** Points to [[sales.store.StoreRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala index b828d2fcc8..8cf2f43ca8 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sci */ case class SciViewRow( /** Points to [[sales.shoppingcartitem.ShoppingcartitemRow.shoppingcartitemid]] */ id: ShoppingcartitemId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala index c1523de64a..8d74aed62f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.so */ case class SoViewRow( /** Points to [[sales.specialoffer.SpecialofferRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala index 21681f1a52..fca69c0dd9 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala @@ -20,6 +20,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sod */ case class SodViewRow( /** Points to [[sales.salesorderdetail.SalesorderdetailRow.salesorderdetailid]] */ id: Int, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala index 6cfa65d26f..b65cc524f0 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala @@ -32,6 +32,7 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** View: sa.soh */ case class SohViewRow( /** Points to [[sales.salesorderheader.SalesorderheaderRow.salesorderid]] */ id: SalesorderheaderId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala index 2d28beb731..4ecb568a69 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sohsr */ case class SohsrViewRow( /** Points to [[sales.salesorderheadersalesreason.SalesorderheadersalesreasonRow.salesorderid]] */ salesorderid: SalesorderheaderId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala index 30362f449f..4211391ff4 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sop */ case class SopViewRow( /** Points to [[sales.specialofferproduct.SpecialofferproductRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala index 2268e4110a..3a34b66e7a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sp */ case class SpViewRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala index e26823990d..6415b1993b 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.spqh */ case class SpqhViewRow( /** Points to [[sales.salespersonquotahistory.SalespersonquotahistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala index 5945570672..171fb8ba50 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sr */ case class SrViewRow( /** Points to [[sales.salesreason.SalesreasonRow.salesreasonid]] */ id: SalesreasonId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala index 6f83b01ceb..59ebd77718 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.st */ case class StViewRow( /** Points to [[sales.salesterritory.SalesterritoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala index 5762fc2064..5e519b445b 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.sth */ case class SthViewRow( /** Points to [[sales.salesterritoryhistory.SalesterritoryhistoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala index 106d476844..575b926976 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala @@ -20,6 +20,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sa.tr */ case class TrViewRow( /** Points to [[sales.salestaxrate.SalestaxrateRow.salestaxrateid]] */ id: SalestaxrateId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala index 4157a56c27..1fc2ad5786 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.countryregioncurrency + Cross-reference table mapping ISO currency codes to a country or region. + Composite primary key: countryregioncode, currencycode */ case class CountryregioncurrencyRow( /** ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala index b41caad2b7..9ea0b74f6b 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.creditcard + Customer credit card information. + Primary key: creditcardid */ case class CreditcardRow( /** Primary key for CreditCard records. Default: nextval('sales.creditcard_creditcardid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala index 95c30544a8..8650540bf7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.currency + Lookup table containing standard ISO currencies. + Primary key: currencycode */ case class CurrencyRow( /** The ISO code for the Currency. */ currencycode: CurrencyId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala index af974a40d0..b5ce12ad00 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.currencyrate + Currency exchange rates. + Primary key: currencyrateid */ case class CurrencyrateRow( /** Primary key for CurrencyRate records. Default: nextval('sales.currencyrate_currencyrateid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala index 2c455f8608..7ce086dd96 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.customer + Current customer information. Also see the Person and Store tables. + Primary key: customerid */ case class CustomerRow( /** Primary key. Default: nextval('sales.customer_customerid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala index f3566c5e21..af6d22f18f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.personcreditcard + Cross-reference table mapping people to their credit card information in the CreditCard table. + Composite primary key: businessentityid, creditcardid */ case class PersoncreditcardRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala index a068a163e6..c80546577f 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala @@ -21,6 +21,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesorderdetail + Individual products associated with a specific sales order. See SalesOrderHeader. + Composite primary key: salesorderid, salesorderdetailid */ case class SalesorderdetailRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala index b62f7c6885..5cda343b74 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala @@ -32,6 +32,9 @@ import io.circe.Json import java.sql.ResultSet import scala.util.Try +/** Table: sales.salesorderheader + General sales order information. + Primary key: salesorderid */ case class SalesorderheaderRow( /** Primary key. Default: nextval('sales.salesorderheader_salesorderid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala index 3d9706aa30..7c53cf4725 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesorderheadersalesreason + Cross-reference table mapping sales orders to sales reason codes. + Composite primary key: salesorderid, salesreasonid */ case class SalesorderheadersalesreasonRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala index fe73ef5f44..e54b168196 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesperson + Sales representative current information. + Primary key: businessentityid */ case class SalespersonRow( /** Primary key for SalesPerson records. Foreign key to Employee.BusinessEntityID Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala index 15d475dee6..82898befe8 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salespersonquotahistory + Sales performance tracking. + Composite primary key: businessentityid, quotadate */ case class SalespersonquotahistoryRow( /** Sales person identification number. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala index b7261bf95b..d7bb0375ca 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala @@ -16,6 +16,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesreason + Lookup table of customer purchase reasons. + Primary key: salesreasonid */ case class SalesreasonRow( /** Primary key for SalesReason records. Default: nextval('sales.salesreason_salesreasonid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala index bf07be6f52..84f266afe5 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala @@ -20,6 +20,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salestaxrate + Tax rate lookup table. + Primary key: salestaxrateid */ case class SalestaxrateRow( /** Primary key for SalesTaxRate records. Default: nextval('sales.salestaxrate_salestaxrateid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala index 11d5730d52..c4e2cd3ad2 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesterritory + Sales territory lookup table. + Primary key: territoryid */ case class SalesterritoryRow( /** Primary key for SalesTerritory records. Default: nextval('sales.salesterritory_territoryid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala index 97a7b28619..5e7c586ae7 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.salesterritoryhistory + Sales representative transfers to other sales territories. + Composite primary key: businessentityid, startdate, territoryid */ case class SalesterritoryhistoryRow( /** Primary key. The sales rep. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala index 3869c30fae..6e8f211f43 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.shoppingcartitem + Contains online customer orders until the order is submitted or cancelled. + Primary key: shoppingcartitemid */ case class ShoppingcartitemRow( /** Primary key for ShoppingCartItem records. Default: nextval('sales.shoppingcartitem_shoppingcartitemid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala index d4fc1510b9..8cd9977a58 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala @@ -17,6 +17,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.specialoffer + Sale discounts lookup table. + Primary key: specialofferid */ case class SpecialofferRow( /** Primary key for SpecialOffer records. Default: nextval('sales.specialoffer_specialofferid_seq'::regclass) */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala index 4b0e46b381..29263cfd86 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala @@ -18,6 +18,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.specialofferproduct + Cross-reference table mapping products to special offer discounts. + Composite primary key: specialofferid, productid */ case class SpecialofferproductRow( /** Primary key for SpecialOfferProduct records. Points to [[specialoffer.SpecialofferRow.specialofferid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala index 7fc3c2a399..54c9fce383 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala @@ -19,6 +19,9 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** Table: sales.store + Customers (resellers) of Adventure Works products. + Primary key: businessentityid */ case class StoreRow( /** Primary key. Foreign key to Customer.BusinessEntityID. Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala index 7b8722ce8c..0eb811332a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala @@ -19,6 +19,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vindividualcustomer */ case class VindividualcustomerViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala index 973cd56e67..6da8de5e4a 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vpersondemographics */ case class VpersondemographicsViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala index f1a48f189c..9d7c8604f6 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vsalesperson */ case class VsalespersonViewRow( /** Points to [[salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala index e0c4c0b25c..3ad4f82e75 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala @@ -14,6 +14,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vsalespersonsalesbyfiscalyears */ case class VsalespersonsalesbyfiscalyearsViewRow( SalesPersonID: /* nullability unknown */ Option[Int], FullName: /* nullability unknown */ Option[String], diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala index a5ee024b9c..d1ad7d3687 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vsalespersonsalesbyfiscalyearsdata */ case class VsalespersonsalesbyfiscalyearsdataViewRow( /** Points to [[salesorderheader.SalesorderheaderRow.salespersonid]] */ salespersonid: Option[BusinessentityId], diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala index 460c34fb26..7c198b8bf3 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala @@ -16,6 +16,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vstorewithaddresses */ case class VstorewithaddressesViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala index 7e09bae40f..5d8f19b0a2 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala @@ -18,6 +18,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vstorewithcontacts */ case class VstorewithcontactsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala index 37fdb8fa7f..c68a382efe 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala @@ -17,6 +17,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** View: sales.vstorewithdemographics */ case class VstorewithdemographicsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-doobie/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala b/typo-tester-doobie/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala index 7cda6550fe..565fd5145e 100644 --- a/typo-tester-doobie/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala +++ b/typo-tester-doobie/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala @@ -14,6 +14,7 @@ import io.circe.Decoder import io.circe.Encoder import java.sql.ResultSet +/** SQL file: update_person_returning.sql */ case class UpdatePersonReturningSqlRow( /** Points to [[person.person.PersonRow.firstname]] */ firstname: /* user-picked */ FirstName, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala index 03f35af952..c810ef2b47 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/d/DViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.d */ case class DViewRow( /** Points to [[humanresources.department.DepartmentRow.departmentid]] */ id: DepartmentId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala index 55f02d689a..b0a80afbbb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/e/EViewRow.scala @@ -20,6 +20,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.e */ case class EViewRow( /** Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala index c968d92c20..6a1da834e3 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/edh/EdhViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.edh */ case class EdhViewRow( /** Points to [[humanresources.employeedepartmenthistory.EmployeedepartmenthistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala index d4230e7d56..9ee58141af 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/eph/EphViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.eph */ case class EphViewRow( /** Points to [[humanresources.employeepayhistory.EmployeepayhistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala index a210e89b70..4a0e73126a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/jc/JcViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.jc */ case class JcViewRow( /** Points to [[humanresources.jobcandidate.JobcandidateRow.jobcandidateid]] */ id: JobcandidateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala index 0e9bcd0c4d..9ba4dcb958 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/hr/s/SViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: hr.s */ case class SViewRow( /** Points to [[humanresources.shift.ShiftRow.shiftid]] */ id: ShiftId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala index 986a5c04af..93998fe85e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/department/DepartmentRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.department + Lookup table containing the departments within the Adventure Works Cycles company. + Primary key: departmentid */ case class DepartmentRow( /** Primary key for Department records. Default: nextval('humanresources.department_departmentid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala index 14e021ec54..0c6c6874a2 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employee/EmployeeRow.scala @@ -21,6 +21,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.employee + Employee information such as salary, department, and title. + Primary key: businessentityid */ case class EmployeeRow( /** Primary key for Employee records. Foreign key to BusinessEntity.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala index 7cb9d2c83d..92f165c16c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeedepartmenthistory/EmployeedepartmenthistoryRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.employeedepartmenthistory + Employee department transfers. + Composite primary key: businessentityid, startdate, departmentid, shiftid */ case class EmployeedepartmenthistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala index 2839523b33..d9289abb7d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/employeepayhistory/EmployeepayhistoryRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.employeepayhistory + Employee pay history. + Composite primary key: businessentityid, ratechangedate */ case class EmployeepayhistoryRow( /** Employee identification number. Foreign key to Employee.BusinessEntityID. Points to [[employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala index 2cbbb97d14..a951816686 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/jobcandidate/JobcandidateRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.jobcandidate + Résumés submitted to Human Resources by job applicants. + Primary key: jobcandidateid */ case class JobcandidateRow( /** Primary key for JobCandidate records. Default: nextval('humanresources.jobcandidate_jobcandidateid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala index 3f2562c3c7..0ce79c2743 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/shift/ShiftRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: humanresources.shift + Work shift lookup table. + Primary key: shiftid */ case class ShiftRow( /** Primary key for Shift records. Default: nextval('humanresources.shift_shiftid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala index cad7094bb2..b3a4a1c3e1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployee/VemployeeViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vemployee */ case class VemployeeViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala index d8f667f59f..450cd723a3 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartment/VemployeedepartmentViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vemployeedepartment */ case class VemployeedepartmentViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala index bf19ac51d7..74bcbda2c9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vemployeedepartmenthistory/VemployeedepartmenthistoryViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vemployeedepartmenthistory */ case class VemployeedepartmenthistoryViewRow( /** Points to [[employee.EmployeeRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala index 7671266d62..e1ce201dfb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidate/VjobcandidateViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vjobcandidate */ case class VjobcandidateViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala index f446b5e857..9422072f99 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateeducation/VjobcandidateeducationViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vjobcandidateeducation */ case class VjobcandidateeducationViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala index 804f049f41..e32d380938 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/humanresources/vjobcandidateemployment/VjobcandidateemploymentViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: humanresources.vjobcandidateemployment */ case class VjobcandidateemploymentViewRow( /** Points to [[jobcandidate.JobcandidateRow.jobcandidateid]] */ jobcandidateid: JobcandidateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala index 2f5eb8cd84..db1a91ffbb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/a/AViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.a */ case class AViewRow( /** Points to [[person.address.AddressRow.addressid]] */ id: AddressId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala index d7a67c0004..7d1877e588 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/at/AtViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.at */ case class AtViewRow( /** Points to [[person.addresstype.AddresstypeRow.addresstypeid]] */ id: AddresstypeId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala index 0aef5bf71e..d4db83c12d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/be/BeViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.be */ case class BeViewRow( /** Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala index e6a400257f..cc02b01d4f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bea/BeaViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.bea */ case class BeaViewRow( /** Points to [[person.businessentityaddress.BusinessentityaddressRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala index 4ee90ab4e4..2aa029ed75 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/bec/BecViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.bec */ case class BecViewRow( /** Points to [[person.businessentitycontact.BusinessentitycontactRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala index 1343023d97..e2b6f1fae0 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/cr/CrViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.cr */ case class CrViewRow( /** Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala index 113ca21069..fd0a6899dd 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/ct/CtViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.ct */ case class CtViewRow( /** Points to [[person.contacttype.ContacttypeRow.contacttypeid]] */ id: ContacttypeId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala index 41ff95162c..7a298ef37a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/e/EViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.e */ case class EViewRow( /** Points to [[person.emailaddress.EmailaddressRow.emailaddressid]] */ id: Int, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala index 50172de1ec..7c2e8e0d5e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/p/PViewRow.scala @@ -21,6 +21,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.p */ case class PViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala index 4bab4dd1dc..866155bb4e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pa/PaViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.pa */ case class PaViewRow( /** Points to [[person.password.PasswordRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala index e9effae2c3..640609f52e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pnt/PntViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.pnt */ case class PntViewRow( /** Points to [[person.phonenumbertype.PhonenumbertypeRow.phonenumbertypeid]] */ id: PhonenumbertypeId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala index 5d5da86cee..d58e86cee3 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/pp/PpViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.pp */ case class PpViewRow( /** Points to [[person.personphone.PersonphoneRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala index 1f4ef6ee14..57a7aa1910 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pe/sp/SpViewRow.scala @@ -21,6 +21,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pe.sp */ case class SpViewRow( /** Points to [[person.stateprovince.StateprovinceRow.stateprovinceid]] */ id: StateprovinceId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/address/AddressRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/address/AddressRow.scala index e6474e2e09..ea191e0abf 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/address/AddressRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/address/AddressRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.address + Street address information for customers, employees, and vendors. + Primary key: addressid */ case class AddressRow( /** Primary key for Address records. Default: nextval('person.address_addressid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala index 8a00f6e4d7..fd3dc15415 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/addresstype/AddresstypeRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.addresstype + Types of addresses stored in the Address table. + Primary key: addresstypeid */ case class AddresstypeRow( /** Primary key for AddressType records. Default: nextval('person.addresstype_addresstypeid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala index cd04c6e2ad..702b30b700 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentity/BusinessentityRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.businessentity + Source of the ID that connects vendors, customers, and employees with address and contact information. + Primary key: businessentityid */ case class BusinessentityRow( /** Primary key for all customers, vendors, and employees. Default: nextval('person.businessentity_businessentityid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala index 61a280e137..a8d5add08e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentityaddress/BusinessentityaddressRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.businessentityaddress + Cross-reference table mapping customers, vendors, and employees to their addresses. + Composite primary key: businessentityid, addressid, addresstypeid */ case class BusinessentityaddressRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala index d084b9945e..d906e88a6d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/businessentitycontact/BusinessentitycontactRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.businessentitycontact + Cross-reference table mapping stores, vendors, and employees to people + Composite primary key: businessentityid, personid, contacttypeid */ case class BusinessentitycontactRow( /** Primary key. Foreign key to BusinessEntity.BusinessEntityID. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala index 1ef467a1a0..fbe358fea1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/contacttype/ContacttypeRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.contacttype + Lookup table containing the types of business entity contacts. + Primary key: contacttypeid */ case class ContacttypeRow( /** Primary key for ContactType records. Default: nextval('person.contacttype_contacttypeid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala index afbacd3c72..594245a98d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/countryregion/CountryregionRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.countryregion + Lookup table containing the ISO standard codes for countries and regions. + Primary key: countryregioncode */ case class CountryregionRow( /** ISO standard code for countries and regions. */ countryregioncode: CountryregionId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala index 12fa3533bc..7280fd1e60 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/emailaddress/EmailaddressRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.emailaddress + Where to send a person email. + Composite primary key: businessentityid, emailaddressid */ case class EmailaddressRow( /** Primary key. Person associated with this email address. Foreign key to Person.BusinessEntityID Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala index a2ed27cd26..9cb0892d57 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/password/PasswordRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.password + One way hashed authentication information + Primary key: businessentityid */ case class PasswordRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/person/PersonRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/person/PersonRow.scala index 6a372bdc33..a1b96ee7b4 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/person/PersonRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/person/PersonRow.scala @@ -22,6 +22,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.person + Human beings involved with AdventureWorks: employees, customer contacts, and vendor contacts. + Primary key: businessentityid */ case class PersonRow( /** Primary key for Person records. Points to [[businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala index 6f04c47083..7a5d801d2c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/personphone/PersonphoneRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.personphone + Telephone number and type of a person. + Composite primary key: businessentityid, phonenumber, phonenumbertypeid */ case class PersonphoneRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.PersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala index 0699af11aa..444f61336e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/phonenumbertype/PhonenumbertypeRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.phonenumbertype + Type of phone number of a person. + Primary key: phonenumbertypeid */ case class PhonenumbertypeRow( /** Primary key for telephone number type records. Default: nextval('person.phonenumbertype_phonenumbertypeid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala index ab70a51d98..36625032e6 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/stateprovince/StateprovinceRow.scala @@ -21,6 +21,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: person.stateprovince + State and province lookup table. + Primary key: stateprovinceid */ case class StateprovinceRow( /** Primary key for StateProvince records. Default: nextval('person.stateprovince_stateprovinceid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala index 7384dc609b..1c1508013f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vadditionalcontactinfo/VadditionalcontactinfoViewRow.scala @@ -20,6 +20,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: person.vadditionalcontactinfo */ case class VadditionalcontactinfoViewRow( /** Points to [[person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala index 644f79dc28..fe08ede30b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person/vstateprovincecountryregion/VstateprovincecountryregionMVRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Materialized View: person.vstateprovincecountryregion */ case class VstateprovincecountryregionMVRow( /** Points to [[stateprovince.StateprovinceRow.stateprovinceid]] */ stateprovinceid: StateprovinceId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala index 2848ecefdf..d8aa75a0c1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_detail/PersonDetailSqlRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** SQL file: person_detail.sql */ case class PersonDetailSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala index 52b654ee1e..db379ca9e5 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_dynamic/PersonDynamicSqlRow.scala @@ -15,6 +15,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** SQL file: person_dynamic.sql */ case class PersonDynamicSqlRow( /** Points to [[person.person.PersonRow.title]] */ title: Option[/* max 8 chars */ String], diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala index d208706359..9b8a7ea6e1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/person_row_join/PersonRowJoinSqlRow.scala @@ -15,6 +15,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** SQL file: person_row_join.sql */ case class PersonRowJoinSqlRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala index 67a677e4c0..c731b0d05d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/bom/BomViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.bom */ case class BomViewRow( /** Points to [[production.billofmaterials.BillofmaterialsRow.billofmaterialsid]] */ id: Int, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala index 5c66f6d065..c4505c3431 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/c/CViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.c */ case class CViewRow( /** Points to [[production.culture.CultureRow.cultureid]] */ id: CultureId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala index 2e0da8260f..d4a88365ad 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/d/DViewRow.scala @@ -21,6 +21,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.d */ case class DViewRow( /** Points to [[production.document.DocumentRow.title]] */ title: /* max 50 chars */ String, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala index 411a53832b..b494d06cfa 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/i/IViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.i */ case class IViewRow( /** Points to [[production.illustration.IllustrationRow.illustrationid]] */ id: IllustrationId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala index 7904326537..38d54cf887 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/l/LViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.l */ case class LViewRow( /** Points to [[production.location.LocationRow.locationid]] */ id: LocationId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala index 06015b0e8a..90b061b677 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/p/PViewRow.scala @@ -23,6 +23,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.p */ case class PViewRow( /** Points to [[production.product.ProductRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala index d2bb4ea1a1..7134437e97 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pc/PcViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pc */ case class PcViewRow( /** Points to [[production.productcategory.ProductcategoryRow.productcategoryid]] */ id: ProductcategoryId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala index b6f3c9b32d..28289c5916 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pch/PchViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pch */ case class PchViewRow( /** Points to [[production.productcosthistory.ProductcosthistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala index 47b0c10ba0..230eb6bf21 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pd/PdViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pd */ case class PdViewRow( /** Points to [[production.productdescription.ProductdescriptionRow.productdescriptionid]] */ id: ProductdescriptionId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala index bee124e956..8a2cbdc8b1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pdoc/PdocViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pdoc */ case class PdocViewRow( /** Points to [[production.productdocument.ProductdocumentRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala index 7f5d9b3e45..d4f4ae3355 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pi/PiViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pi */ case class PiViewRow( /** Points to [[production.productinventory.ProductinventoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala index 2d6339e501..d1a0039927 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/plph/PlphViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.plph */ case class PlphViewRow( /** Points to [[production.productlistpricehistory.ProductlistpricehistoryRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala index b01174ca21..cef466a450 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pm/PmViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pm */ case class PmViewRow( /** Points to [[production.productmodel.ProductmodelRow.productmodelid]] */ id: ProductmodelId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala index 61965b1485..f6ddba06e0 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmi/PmiViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pmi */ case class PmiViewRow( /** Points to [[production.productmodelillustration.ProductmodelillustrationRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala index 6a719916c9..07236b6790 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pmpdc/PmpdcViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pmpdc */ case class PmpdcViewRow( /** Points to [[production.productmodelproductdescriptionculture.ProductmodelproductdescriptioncultureRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala index 1808e943a7..ff2412742f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pp/PpViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pp */ case class PpViewRow( /** Points to [[production.productphoto.ProductphotoRow.productphotoid]] */ id: ProductphotoId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala index 0859b0e7eb..c4771eff5e 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/ppp/PppViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.ppp */ case class PppViewRow( /** Points to [[production.productproductphoto.ProductproductphotoRow.productid]] */ productid: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala index 5bf3b33f70..79ac28fd5b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/pr/PrViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.pr */ case class PrViewRow( /** Points to [[production.productreview.ProductreviewRow.productreviewid]] */ id: ProductreviewId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala index bbc1a4dbf3..f84af2cea2 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/psc/PscViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.psc */ case class PscViewRow( /** Points to [[production.productsubcategory.ProductsubcategoryRow.productsubcategoryid]] */ id: ProductsubcategoryId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala index d16080060b..d6e1f51fc1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/sr/SrViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.sr */ case class SrViewRow( /** Points to [[production.scrapreason.ScrapreasonRow.scrapreasonid]] */ id: ScrapreasonId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala index b5f299ca49..e4c04c95f9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/th/ThViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.th */ case class ThViewRow( /** Points to [[production.transactionhistory.TransactionhistoryRow.transactionid]] */ id: TransactionhistoryId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala index debbff7121..206f602113 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/tha/ThaViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.tha */ case class ThaViewRow( /** Points to [[production.transactionhistoryarchive.TransactionhistoryarchiveRow.transactionid]] */ id: TransactionhistoryarchiveId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala index 2cb8ad8540..9896693b9a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/um/UmViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.um */ case class UmViewRow( /** Points to [[production.unitmeasure.UnitmeasureRow.unitmeasurecode]] */ id: UnitmeasureId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala index d2a3170833..c33514bd76 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/w/WViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.w */ case class WViewRow( /** Points to [[production.workorder.WorkorderRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala index 1519734eb8..62c05e6aec 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pr/wr/WrViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pr.wr */ case class WrViewRow( /** Points to [[production.workorderrouting.WorkorderroutingRow.workorderid]] */ id: WorkorderId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala index 307a265d13..f1a475fc2c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/billofmaterials/BillofmaterialsRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.billofmaterials + Items required to make bicycles and bicycle subassemblies. It identifies the heirarchical relationship between a parent product and its components. + Primary key: billofmaterialsid */ case class BillofmaterialsRow( /** Primary key for BillOfMaterials records. Default: nextval('production.billofmaterials_billofmaterialsid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala index ff40f389d5..9da88a7c2d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/culture/CultureRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.culture + Lookup table containing the languages in which some AdventureWorks data is stored. + Primary key: cultureid */ case class CultureRow( /** Primary key for Culture records. */ cultureid: CultureId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala index 24a029da4a..61c0199d57 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/document/DocumentRow.scala @@ -21,6 +21,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.document + Product maintenance documents. + Primary key: documentnode */ case class DocumentRow( /** Title of the document. */ title: /* max 50 chars */ String, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala index 6e76fd6286..2d0a1c66ee 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/illustration/IllustrationRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.illustration + Bicycle assembly diagrams. + Primary key: illustrationid */ case class IllustrationRow( /** Primary key for Illustration records. Default: nextval('production.illustration_illustrationid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/location/LocationRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/location/LocationRow.scala index 74ced5b7f1..0c6184bb6d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/location/LocationRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/location/LocationRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.location + Product inventory and manufacturing locations. + Primary key: locationid */ case class LocationRow( /** Primary key for Location records. Default: nextval('production.location_locationid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/product/ProductRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/product/ProductRow.scala index edbc9cbac9..cbb42c8e0b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/product/ProductRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/product/ProductRow.scala @@ -23,6 +23,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.product + Products sold or used in the manfacturing of sold products. + Primary key: productid */ case class ProductRow( /** Primary key for Product records. Default: nextval('production.product_productid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala index ff720be49e..2fd1c5b909 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcategory/ProductcategoryRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productcategory + High-level product categorization. + Primary key: productcategoryid */ case class ProductcategoryRow( /** Primary key for ProductCategory records. Default: nextval('production.productcategory_productcategoryid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala index fa1e2e9245..1a9c57e074 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productcosthistory/ProductcosthistoryRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productcosthistory + Changes in the cost of a product over time. + Composite primary key: productid, startdate */ case class ProductcosthistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala index 7efe572a3c..f5de2f3273 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdescription/ProductdescriptionRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productdescription + Product descriptions in several languages. + Primary key: productdescriptionid */ case class ProductdescriptionRow( /** Primary key for ProductDescription records. Default: nextval('production.productdescription_productdescriptionid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala index c4266aa361..3d938d1ecc 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productdocument/ProductdocumentRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productdocument + Cross-reference table mapping products to related product documents. + Composite primary key: productid, documentnode */ case class ProductdocumentRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala index 33317a6b5a..b9655c281f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productinventory/ProductinventoryRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productinventory + Product inventory information. + Composite primary key: productid, locationid */ case class ProductinventoryRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala index 0ebe509606..a00fa9f865 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productlistpricehistory/ProductlistpricehistoryRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productlistpricehistory + Changes in the list price of a product over time. + Composite primary key: productid, startdate */ case class ProductlistpricehistoryRow( /** Product identification number. Foreign key to Product.ProductID Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala index b9491ec0f5..0a78b8db8b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodel/ProductmodelRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productmodel + Product model classification. + Primary key: productmodelid */ case class ProductmodelRow( /** Primary key for ProductModel records. Default: nextval('production.productmodel_productmodelid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala index c558cc61e1..c78a3b6861 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelillustration/ProductmodelillustrationRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productmodelillustration + Cross-reference table mapping product models and illustrations. + Composite primary key: productmodelid, illustrationid */ case class ProductmodelillustrationRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala index ec2d267ca7..f6b15b4486 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productmodelproductdescriptionculture/ProductmodelproductdescriptioncultureRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productmodelproductdescriptionculture + Cross-reference table mapping product descriptions and the language the description is written in. + Composite primary key: productmodelid, productdescriptionid, cultureid */ case class ProductmodelproductdescriptioncultureRow( /** Primary key. Foreign key to ProductModel.ProductModelID. Points to [[productmodel.ProductmodelRow.productmodelid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala index 904525a44b..374cc8c0ba 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productphoto/ProductphotoRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productphoto + Product images. + Primary key: productphotoid */ case class ProductphotoRow( /** Primary key for ProductPhoto records. Default: nextval('production.productphoto_productphotoid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala index 1f42a1cf75..23421e5bbc 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productproductphoto/ProductproductphotoRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productproductphoto + Cross-reference table mapping products and product photos. + Composite primary key: productid, productphotoid */ case class ProductproductphotoRow( /** Product identification number. Foreign key to Product.ProductID. Points to [[product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala index 5a40ae285b..f38bdf4cfb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productreview/ProductreviewRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productreview + Customer reviews of products they have purchased. + Primary key: productreviewid */ case class ProductreviewRow( /** Primary key for ProductReview records. Default: nextval('production.productreview_productreviewid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala index 085f9d37d2..87e454aa6f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/productsubcategory/ProductsubcategoryRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.productsubcategory + Product subcategories. See ProductCategory table. + Primary key: productsubcategoryid */ case class ProductsubcategoryRow( /** Primary key for ProductSubcategory records. Default: nextval('production.productsubcategory_productsubcategoryid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala index dc119fc843..5e461828f7 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/scrapreason/ScrapreasonRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.scrapreason + Manufacturing failure reasons lookup table. + Primary key: scrapreasonid */ case class ScrapreasonRow( /** Primary key for ScrapReason records. Default: nextval('production.scrapreason_scrapreasonid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala index 14045a9658..0b66d9e9b1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistory/TransactionhistoryRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.transactionhistory + Record of each purchase order, sales order, or work order transaction year to date. + Primary key: transactionid */ case class TransactionhistoryRow( /** Primary key for TransactionHistory records. Default: nextval('production.transactionhistory_transactionid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala index 34932df556..bc6b96c9cb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/transactionhistoryarchive/TransactionhistoryarchiveRow.scala @@ -16,6 +16,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.transactionhistoryarchive + Transactions for previous years. + Primary key: transactionid */ case class TransactionhistoryarchiveRow( /** Primary key for TransactionHistoryArchive records. */ transactionid: TransactionhistoryarchiveId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala index 7b0e4f78e1..ee4f0ec7b5 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/unitmeasure/UnitmeasureRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.unitmeasure + Unit of measure lookup table. + Primary key: unitmeasurecode */ case class UnitmeasureRow( /** Primary key. */ unitmeasurecode: UnitmeasureId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala index 465cdb7590..fa3255bbae 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductanddescription/VproductanddescriptionMVRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Materialized View: production.vproductanddescription */ case class VproductanddescriptionMVRow( /** Points to [[product.ProductRow.productid]] */ productid: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala index 71203c4cdb..a7e3c6ad44 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelcatalogdescription/VproductmodelcatalogdescriptionViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: production.vproductmodelcatalogdescription */ case class VproductmodelcatalogdescriptionViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala index b812193a1e..550b092a20 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/vproductmodelinstructions/VproductmodelinstructionsViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: production.vproductmodelinstructions */ case class VproductmodelinstructionsViewRow( /** Points to [[productmodel.ProductmodelRow.productmodelid]] */ productmodelid: ProductmodelId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala index 3f71874b98..c6a435c98a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorder/WorkorderRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.workorder + Manufacturing work orders. + Primary key: workorderid */ case class WorkorderRow( /** Primary key for WorkOrder records. Default: nextval('production.workorder_workorderid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala index 2140c49323..c2aa619064 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/production/workorderrouting/WorkorderroutingRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: production.workorderrouting + Work order details. + Composite primary key: workorderid, productid, operationsequence */ case class WorkorderroutingRow( /** Primary key. Foreign key to WorkOrder.WorkOrderID. Points to [[workorder.WorkorderRow.workorderid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala index 66eeda7776..22d4c27dda 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pod/PodViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pu.pod */ case class PodViewRow( /** Points to [[purchasing.purchaseorderdetail.PurchaseorderdetailRow.purchaseorderdetailid]] */ id: Int, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala index cc3b66126e..7c8d6efddc 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/poh/PohViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pu.poh */ case class PohViewRow( /** Points to [[purchasing.purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ id: PurchaseorderheaderId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala index 4963240124..0286b74308 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/pv/PvViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pu.pv */ case class PvViewRow( /** Points to [[purchasing.productvendor.ProductvendorRow.productid]] */ id: ProductId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala index 4695b99a80..278984eea1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/sm/SmViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pu.sm */ case class SmViewRow( /** Points to [[purchasing.shipmethod.ShipmethodRow.shipmethodid]] */ id: ShipmethodId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala index fbbcdda3c4..0d4e93e1b9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/pu/v/VViewRow.scala @@ -20,6 +20,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: pu.v */ case class VViewRow( /** Points to [[purchasing.vendor.VendorRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala index 36867be899..d655cd07a1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/flaff/FlaffRow.scala @@ -16,6 +16,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: public.flaff + Composite primary key: code, another_code, some_number, specifier */ case class FlaffRow( /** Points to [[FlaffRow.code]] */ code: ShortText, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala index cf026316e5..4efc85cf04 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/identity_test/IdentityTestRow.scala @@ -15,6 +15,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: public.identity-test + Primary key: name */ case class IdentityTestRow( /** Identity ALWAYS, identityStart: 1, identityIncrement: 1, identityMaximum: 2147483647, identityMinimum: 1 */ alwaysGenerated: Int, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala index 704da21d1d..a4832f0cd3 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtest/PgtestRow.scala @@ -41,6 +41,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: public.pgtest */ case class PgtestRow( bool: Boolean, box: TypoBox, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala index b7c3b42ea8..da60e11acd 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/pgtestnull/PgtestnullRow.scala @@ -41,6 +41,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: public.pgtestnull */ case class PgtestnullRow( bool: Option[Boolean], box: Option[TypoBox], diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/users/UsersRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/users/UsersRow.scala index 7b49d943ef..35a21287d9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/users/UsersRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/public/users/UsersRow.scala @@ -17,6 +17,8 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: public.users + Primary key: user_id */ case class UsersRow( userId: UsersId, name: String, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala index 04631d4b02..b045c15480 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/productvendor/ProductvendorRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: purchasing.productvendor + Cross-reference table mapping vendors with the products they supply. + Composite primary key: productid, businessentityid */ case class ProductvendorRow( /** Primary key. Foreign key to Product.ProductID. Points to [[production.product.ProductRow.productid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala index 3a05b77279..2435be608c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderdetail/PurchaseorderdetailRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: purchasing.purchaseorderdetail + Individual products associated with a specific purchase order. See PurchaseOrderHeader. + Composite primary key: purchaseorderid, purchaseorderdetailid */ case class PurchaseorderdetailRow( /** Primary key. Foreign key to PurchaseOrderHeader.PurchaseOrderID. Points to [[purchaseorderheader.PurchaseorderheaderRow.purchaseorderid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala index 3b0655ac99..1bf6be863a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/purchaseorderheader/PurchaseorderheaderRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: purchasing.purchaseorderheader + General purchase order information. See PurchaseOrderDetail. + Primary key: purchaseorderid */ case class PurchaseorderheaderRow( /** Primary key. Default: nextval('purchasing.purchaseorderheader_purchaseorderid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala index 5396f99520..8e28f1859b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/shipmethod/ShipmethodRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: purchasing.shipmethod + Shipping company lookup table. + Primary key: shipmethodid */ case class ShipmethodRow( /** Primary key for ShipMethod records. Default: nextval('purchasing.shipmethod_shipmethodid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala index 22d74fa0f8..0d4dfab731 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vendor/VendorRow.scala @@ -21,6 +21,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: purchasing.vendor + Companies from whom Adventure Works Cycles purchases parts or other goods. + Primary key: businessentityid */ case class VendorRow( /** Primary key for Vendor records. Foreign key to BusinessEntity.BusinessEntityID Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala index 63dcf7a482..d2cf5aeb1c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithaddresses/VvendorwithaddressesViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: purchasing.vvendorwithaddresses */ case class VvendorwithaddressesViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala index cb92a9a380..5042a47e78 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/purchasing/vvendorwithcontacts/VvendorwithcontactsViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: purchasing.vvendorwithcontacts */ case class VvendorwithcontactsViewRow( /** Points to [[vendor.VendorRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala index b00a8e4c24..0d74e51ed2 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/c/CViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.c */ case class CViewRow( /** Points to [[sales.customer.CustomerRow.customerid]] */ id: CustomerId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala index 4e16b366e0..85f7f9bbd3 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cc/CcViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.cc */ case class CcViewRow( /** Points to [[sales.creditcard.CreditcardRow.creditcardid]] */ id: /* user-picked */ CustomCreditcardId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala index acbe0f0799..f349935ee0 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cr/CrViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.cr */ case class CrViewRow( /** Points to [[sales.currencyrate.CurrencyrateRow.currencyrateid]] */ currencyrateid: CurrencyrateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala index 6d668dfaab..48d1353338 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/crc/CrcViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.crc */ case class CrcViewRow( /** Points to [[sales.countryregioncurrency.CountryregioncurrencyRow.countryregioncode]] */ countryregioncode: CountryregionId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala index d8a00fdf6d..e4545789c9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/cu/CuViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.cu */ case class CuViewRow( /** Points to [[sales.currency.CurrencyRow.currencycode]] */ id: CurrencyId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala index f8d9eca5f2..cc9f3cbc7a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/pcc/PccViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.pcc */ case class PccViewRow( /** Points to [[sales.personcreditcard.PersoncreditcardRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala index bb9d4a5f11..fbf16f0332 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/s/SViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.s */ case class SViewRow( /** Points to [[sales.store.StoreRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala index d0a8454e03..fcb57c933d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sci/SciViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sci */ case class SciViewRow( /** Points to [[sales.shoppingcartitem.ShoppingcartitemRow.shoppingcartitemid]] */ id: ShoppingcartitemId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala index a9bd088310..122ef80f09 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/so/SoViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.so */ case class SoViewRow( /** Points to [[sales.specialoffer.SpecialofferRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala index f97e485051..70346e9ae4 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sod/SodViewRow.scala @@ -20,6 +20,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sod */ case class SodViewRow( /** Points to [[sales.salesorderdetail.SalesorderdetailRow.salesorderdetailid]] */ id: Int, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala index 1c88eaf578..32d42c9d49 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/soh/SohViewRow.scala @@ -28,6 +28,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.soh */ case class SohViewRow( /** Points to [[sales.salesorderheader.SalesorderheaderRow.salesorderid]] */ id: SalesorderheaderId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala index 4e4fdd485d..9502896798 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sohsr/SohsrViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sohsr */ case class SohsrViewRow( /** Points to [[sales.salesorderheadersalesreason.SalesorderheadersalesreasonRow.salesorderid]] */ salesorderid: SalesorderheaderId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala index 5eebad0de8..7a6ac3b2b2 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sop/SopViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sop */ case class SopViewRow( /** Points to [[sales.specialofferproduct.SpecialofferproductRow.specialofferid]] */ id: SpecialofferId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala index de710ca6df..15bdc0c91d 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sp/SpViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sp */ case class SpViewRow( /** Points to [[sales.salesperson.SalespersonRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala index c14e9bca85..0886237ad7 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/spqh/SpqhViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.spqh */ case class SpqhViewRow( /** Points to [[sales.salespersonquotahistory.SalespersonquotahistoryRow.businessentityid]] */ id: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala index 9fa6915bbf..9d619973bf 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sr/SrViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sr */ case class SrViewRow( /** Points to [[sales.salesreason.SalesreasonRow.salesreasonid]] */ id: SalesreasonId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala index 1af98ad759..006641503a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/st/StViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.st */ case class StViewRow( /** Points to [[sales.salesterritory.SalesterritoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala index 7394ee8833..a5b18d2605 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/sth/SthViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.sth */ case class SthViewRow( /** Points to [[sales.salesterritoryhistory.SalesterritoryhistoryRow.territoryid]] */ id: SalesterritoryId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala index 906eb2d911..4933223afa 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sa/tr/TrViewRow.scala @@ -20,6 +20,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sa.tr */ case class TrViewRow( /** Points to [[sales.salestaxrate.SalestaxrateRow.salestaxrateid]] */ id: SalestaxrateId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala index 251ab208ed..eeb028f91c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/countryregioncurrency/CountryregioncurrencyRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.countryregioncurrency + Cross-reference table mapping ISO currency codes to a country or region. + Composite primary key: countryregioncode, currencycode */ case class CountryregioncurrencyRow( /** ISO code for countries and regions. Foreign key to CountryRegion.CountryRegionCode. Points to [[person.countryregion.CountryregionRow.countryregioncode]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala index 34f3316e47..a2d8e6e05a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/creditcard/CreditcardRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.creditcard + Customer credit card information. + Primary key: creditcardid */ case class CreditcardRow( /** Primary key for CreditCard records. Default: nextval('sales.creditcard_creditcardid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala index 099ff595ad..91ddcc5b30 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currency/CurrencyRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.currency + Lookup table containing standard ISO currencies. + Primary key: currencycode */ case class CurrencyRow( /** The ISO code for the Currency. */ currencycode: CurrencyId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala index 5e7cc80fc6..b965e41975 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/currencyrate/CurrencyrateRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.currencyrate + Currency exchange rates. + Primary key: currencyrateid */ case class CurrencyrateRow( /** Primary key for CurrencyRate records. Default: nextval('sales.currencyrate_currencyrateid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala index 58f61ebd8a..a95c1239cb 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/customer/CustomerRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.customer + Current customer information. Also see the Person and Store tables. + Primary key: customerid */ case class CustomerRow( /** Primary key. Default: nextval('sales.customer_customerid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala index 2183790278..26cb16044a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/personcreditcard/PersoncreditcardRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.personcreditcard + Cross-reference table mapping people to their credit card information in the CreditCard table. + Composite primary key: businessentityid, creditcardid */ case class PersoncreditcardRow( /** Business entity identification number. Foreign key to Person.BusinessEntityID. Points to [[person.person.PersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala index 9ce09ec613..3cc939350b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderdetail/SalesorderdetailRow.scala @@ -21,6 +21,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesorderdetail + Individual products associated with a specific sales order. See SalesOrderHeader. + Composite primary key: salesorderid, salesorderdetailid */ case class SalesorderdetailRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala index e94a8a6930..bc474ff995 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheader/SalesorderheaderRow.scala @@ -28,6 +28,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesorderheader + General sales order information. + Primary key: salesorderid */ case class SalesorderheaderRow( /** Primary key. Default: nextval('sales.salesorderheader_salesorderid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala index 0542964bf8..30f9363627 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesorderheadersalesreason/SalesorderheadersalesreasonRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesorderheadersalesreason + Cross-reference table mapping sales orders to sales reason codes. + Composite primary key: salesorderid, salesreasonid */ case class SalesorderheadersalesreasonRow( /** Primary key. Foreign key to SalesOrderHeader.SalesOrderID. Points to [[salesorderheader.SalesorderheaderRow.salesorderid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala index 838f3ed6fb..7105ff7fb7 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesperson/SalespersonRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesperson + Sales representative current information. + Primary key: businessentityid */ case class SalespersonRow( /** Primary key for SalesPerson records. Foreign key to Employee.BusinessEntityID Points to [[humanresources.employee.EmployeeRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala index 66b10d332a..ca61e579f9 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salespersonquotahistory/SalespersonquotahistoryRow.scala @@ -18,6 +18,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salespersonquotahistory + Sales performance tracking. + Composite primary key: businessentityid, quotadate */ case class SalespersonquotahistoryRow( /** Sales person identification number. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala index b4859dbfca..a5ee6f97cc 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesreason/SalesreasonRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesreason + Lookup table of customer purchase reasons. + Primary key: salesreasonid */ case class SalesreasonRow( /** Primary key for SalesReason records. Default: nextval('sales.salesreason_salesreasonid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala index dc4c3d0078..01939a684a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salestaxrate/SalestaxrateRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salestaxrate + Tax rate lookup table. + Primary key: salestaxrateid */ case class SalestaxrateRow( /** Primary key for SalesTaxRate records. Default: nextval('sales.salestaxrate_salestaxrateid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala index efa4025b00..41aaa80b28 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritory/SalesterritoryRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesterritory + Sales territory lookup table. + Primary key: territoryid */ case class SalesterritoryRow( /** Primary key for SalesTerritory records. Default: nextval('sales.salesterritory_territoryid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala index ed7d6785f6..e49de28344 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/salesterritoryhistory/SalesterritoryhistoryRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.salesterritoryhistory + Sales representative transfers to other sales territories. + Composite primary key: businessentityid, startdate, territoryid */ case class SalesterritoryhistoryRow( /** Primary key. The sales rep. Foreign key to SalesPerson.BusinessEntityID. Points to [[salesperson.SalespersonRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala index fb8a47c044..d7f07c6ee0 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/shoppingcartitem/ShoppingcartitemRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.shoppingcartitem + Contains online customer orders until the order is submitted or cancelled. + Primary key: shoppingcartitemid */ case class ShoppingcartitemRow( /** Primary key for ShoppingCartItem records. Default: nextval('sales.shoppingcartitem_shoppingcartitemid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala index f11a6be6f8..00ef29331f 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialoffer/SpecialofferRow.scala @@ -17,6 +17,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.specialoffer + Sale discounts lookup table. + Primary key: specialofferid */ case class SpecialofferRow( /** Primary key for SpecialOffer records. Default: nextval('sales.specialoffer_specialofferid_seq'::regclass) */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala index adc570c90a..0554a41c0c 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/specialofferproduct/SpecialofferproductRow.scala @@ -19,6 +19,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.specialofferproduct + Cross-reference table mapping products to special offer discounts. + Composite primary key: specialofferid, productid */ case class SpecialofferproductRow( /** Primary key for SpecialOfferProduct records. Points to [[specialoffer.SpecialofferRow.specialofferid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala index 8e24de0b30..6345926016 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/store/StoreRow.scala @@ -20,6 +20,9 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** Table: sales.store + Customers (resellers) of Adventure Works products. + Primary key: businessentityid */ case class StoreRow( /** Primary key. Foreign key to Customer.BusinessEntityID. Points to [[person.businessentity.BusinessentityRow.businessentityid]] */ diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala index 5cbbdcc9b6..06b06c8535 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vindividualcustomer/VindividualcustomerViewRow.scala @@ -19,6 +19,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vindividualcustomer */ case class VindividualcustomerViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala index 86a6571016..e5cac560f7 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vpersondemographics/VpersondemographicsViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vpersondemographics */ case class VpersondemographicsViewRow( /** Points to [[person.person.PersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala index 6dbea38b72..05d6a9ef48 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalesperson/VsalespersonViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vsalesperson */ case class VsalespersonViewRow( /** Points to [[salesperson.SalespersonRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala index c9be9a7f5c..71c033161b 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyears/VsalespersonsalesbyfiscalyearsViewRow.scala @@ -14,6 +14,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vsalespersonsalesbyfiscalyears */ case class VsalespersonsalesbyfiscalyearsViewRow( SalesPersonID: /* nullability unknown */ Option[Int], FullName: /* nullability unknown */ Option[String], diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala index 976bd9c5ec..7bcfe6569a 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vsalespersonsalesbyfiscalyearsdata/VsalespersonsalesbyfiscalyearsdataViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vsalespersonsalesbyfiscalyearsdata */ case class VsalespersonsalesbyfiscalyearsdataViewRow( /** Points to [[salesorderheader.SalesorderheaderRow.salespersonid]] */ salespersonid: Option[BusinessentityId], diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala index b54e011b36..b141454618 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithaddresses/VstorewithaddressesViewRow.scala @@ -16,6 +16,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vstorewithaddresses */ case class VstorewithaddressesViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala index ee387f1e28..8f4a4693e6 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithcontacts/VstorewithcontactsViewRow.scala @@ -18,6 +18,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vstorewithcontacts */ case class VstorewithcontactsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala index c610970bdf..1ac8aa8a71 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/sales/vstorewithdemographics/VstorewithdemographicsViewRow.scala @@ -17,6 +17,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** View: sales.vstorewithdemographics */ case class VstorewithdemographicsViewRow( /** Points to [[store.StoreRow.businessentityid]] */ businessentityid: BusinessentityId, diff --git a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala index f79281a406..45393d1dd1 100644 --- a/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala +++ b/typo-tester-zio-jdbc/generated-and-checked-in/adventureworks/update_person_returning/UpdatePersonReturningSqlRow.scala @@ -15,6 +15,7 @@ import zio.json.JsonEncoder import zio.json.ast.Json import zio.json.internal.Write +/** SQL file: update_person_returning.sql */ case class UpdatePersonReturningSqlRow( /** Points to [[person.person.PersonRow.firstname]] */ firstname: /* user-picked */ FirstName, diff --git a/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepo.scala b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepo.scala new file mode 100644 index 0000000000..d4b8d2b8b9 --- /dev/null +++ b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepo.scala @@ -0,0 +1,17 @@ +/** + * File has been automatically generated by `typo` for internal use. + * + * IF YOU CHANGE THIS FILE YOUR CHANGES WILL BE OVERWRITTEN. + * + * (If you're developing `typo` and want to change it: run `bleep generate-sources`) + */ +package typo +package generated +package custom +package table_comments + +import java.sql.Connection + +trait TableCommentsSqlRepo { + def apply()(implicit c: Connection): List[TableCommentsSqlRow] +} diff --git a/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepoImpl.scala b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepoImpl.scala new file mode 100644 index 0000000000..c51e83452a --- /dev/null +++ b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRepoImpl.scala @@ -0,0 +1,27 @@ +/** + * File has been automatically generated by `typo` for internal use. + * + * IF YOU CHANGE THIS FILE YOUR CHANGES WILL BE OVERWRITTEN. + * + * (If you're developing `typo` and want to change it: run `bleep generate-sources`) + */ +package typo +package generated +package custom +package table_comments + +import anorm.SqlStringInterpolation +import java.sql.Connection + +class TableCommentsSqlRepoImpl extends TableCommentsSqlRepo { + override def apply()(implicit c: Connection): List[TableCommentsSqlRow] = { + val sql = + SQL"""SELECT n.nspname as schema, + c.relname as name, + pg_catalog.obj_description(c.oid, 'pg_class') as description + FROM pg_catalog.pg_class c + JOIN pg_catalog.pg_namespace n ON n.oid = c.relnamespace + WHERE c.relkind = 'r'""" + sql.as(TableCommentsSqlRow.rowParser(1).*) + } +} diff --git a/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRow.scala b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRow.scala new file mode 100644 index 0000000000..333fa1a24a --- /dev/null +++ b/typo/generated-and-checked-in/typo/generated/custom/table_comments/TableCommentsSqlRow.scala @@ -0,0 +1,63 @@ +/** + * File has been automatically generated by `typo` for internal use. + * + * IF YOU CHANGE THIS FILE YOUR CHANGES WILL BE OVERWRITTEN. + * + * (If you're developing `typo` and want to change it: run `bleep generate-sources`) + */ +package typo +package generated +package custom +package table_comments + +import anorm.Column +import anorm.RowParser +import anorm.Success +import play.api.libs.json.JsObject +import play.api.libs.json.JsResult +import play.api.libs.json.JsValue +import play.api.libs.json.OWrites +import play.api.libs.json.Reads +import play.api.libs.json.Writes +import scala.collection.immutable.ListMap +import scala.util.Try + +case class TableCommentsSqlRow( + /** Points to [[pg_catalog.pg_namespace.PgNamespaceRow.nspname]] + debug: {"baseColumnName":"nspname","baseRelationName":"pg_catalog.pg_namespace","columnClassName":"java.lang.String","columnDisplaySize":2147483647,"parsedColumnName":{"name":"schema","originalName":"schema"},"columnName":"schema","columnType":"VarChar","columnTypeName":"name","format":0,"isAutoIncrement":false,"isCaseSensitive":true,"isCurrency":false,"isDefinitelyWritable":false,"isNullable":"NoNulls","isReadOnly":false,"isSearchable":true,"isSigned":false,"isWritable":true,"precision":2147483647,"scale":0,"tableName":"pg_namespace"} */ + schema: String, + /** Points to [[pg_catalog.pg_class.PgClassRow.relname]] + debug: {"baseColumnName":"relname","baseRelationName":"pg_catalog.pg_class","columnClassName":"java.lang.String","columnDisplaySize":2147483647,"parsedColumnName":{"name":"name","originalName":"name"},"columnName":"name","columnType":"VarChar","columnTypeName":"name","format":0,"isAutoIncrement":false,"isCaseSensitive":true,"isCurrency":false,"isDefinitelyWritable":false,"isNullable":"NoNulls","isReadOnly":false,"isSearchable":true,"isSigned":false,"isWritable":true,"precision":2147483647,"scale":0,"tableName":"pg_class"} */ + name: String, + /** debug: {"columnClassName":"java.lang.String","columnDisplaySize":2147483647,"parsedColumnName":{"name":"description","originalName":"description"},"columnName":"description","columnType":"VarChar","columnTypeName":"text","format":0,"isAutoIncrement":false,"isCaseSensitive":true,"isCurrency":false,"isDefinitelyWritable":false,"isNullable":"NullableUnknown","isReadOnly":false,"isSearchable":true,"isSigned":false,"isWritable":true,"precision":2147483647,"scale":0} */ + description: /* nullability unknown */ Option[String] +) + +object TableCommentsSqlRow { + implicit lazy val reads: Reads[TableCommentsSqlRow] = Reads[TableCommentsSqlRow](json => JsResult.fromTry( + Try( + TableCommentsSqlRow( + schema = json.\("schema").as(Reads.StringReads), + name = json.\("name").as(Reads.StringReads), + description = json.\("description").toOption.map(_.as(Reads.StringReads)) + ) + ) + ), + ) + def rowParser(idx: Int): RowParser[TableCommentsSqlRow] = RowParser[TableCommentsSqlRow] { row => + Success( + TableCommentsSqlRow( + schema = row(idx + 0)(Column.columnToString), + name = row(idx + 1)(Column.columnToString), + description = row(idx + 2)(Column.columnToOption(Column.columnToString)) + ) + ) + } + implicit lazy val writes: OWrites[TableCommentsSqlRow] = OWrites[TableCommentsSqlRow](o => + new JsObject(ListMap[String, JsValue]( + "schema" -> Writes.StringWrites.writes(o.schema), + "name" -> Writes.StringWrites.writes(o.name), + "description" -> Writes.OptionWrites(Writes.StringWrites).writes(o.description) + )) + ) +} diff --git a/typo/src/scala/typo/MetaDb.scala b/typo/src/scala/typo/MetaDb.scala index d8cf5d6c2d..1f85fd440e 100644 --- a/typo/src/scala/typo/MetaDb.scala +++ b/typo/src/scala/typo/MetaDb.scala @@ -5,6 +5,7 @@ import typo.generated.custom.constraints.{ConstraintsSqlRepoImpl, ConstraintsSql import typo.generated.custom.domains.{DomainsSqlRepoImpl, DomainsSqlRow} import typo.generated.custom.enums.{EnumsSqlRepoImpl, EnumsSqlRow} import typo.generated.custom.view_find_all.* +import typo.generated.custom.table_comments.* import typo.generated.information_schema.columns.{ColumnsViewRepoImpl, ColumnsViewRow} import typo.generated.information_schema.key_column_usage.{KeyColumnUsageViewRepoImpl, KeyColumnUsageViewRow} import typo.generated.information_schema.referential_constraints.{ReferentialConstraintsViewRepoImpl, ReferentialConstraintsViewRow} @@ -35,7 +36,8 @@ object MetaDb { views: List[ViewFindAllSqlRow], domains: List[DomainsSqlRow], columnComments: List[CommentsSqlRow], - constraints: List[ConstraintsSqlRow] + constraints: List[ConstraintsSqlRow], + tableComments: List[TableCommentsSqlRow] ) object Input { @@ -58,7 +60,8 @@ object MetaDb { views = timed("views")((new ViewFindAllSqlRepoImpl)()), domains = timed("domains")((new DomainsSqlRepoImpl)()), columnComments = timed("columnComments")((new CommentsSqlRepoImpl)()), - constraints = timed("constraints")((new ConstraintsSqlRepoImpl)()) + constraints = timed("constraints")((new ConstraintsSqlRepoImpl)()), + tableComments = timed("tableComments")((new TableCommentsSqlRepoImpl)()) ) } } @@ -105,7 +108,8 @@ object MetaDb { val columnsByTable: Map[db.RelationName, List[ColumnsViewRow]] = input.columns.groupBy(c => db.RelationName(c.tableSchema, c.tableName.get)) - + val tableCommentsByTable: Map[db.RelationName, String] = + input.tableComments.flatMap(c => c.description.map(d => (db.RelationName(Some(c.schema), c.name), d))).toMap val views: Map[db.RelationName, Lazy[db.View]] = input.views.flatMap { viewRow => viewRow.viewDefinition.map { sqlContent => @@ -155,7 +159,7 @@ object MetaDb { case MaybeReturnsRows.Update => ??? } - db.View(relationName, decomposedSql, cols, deps, isMaterialized = viewRow.relkind == "m") + db.View(relationName, tableCommentsByTable.get(relationName), decomposedSql, cols, deps, isMaterialized = viewRow.relkind == "m") } (relationName, lazyAnalysis) } @@ -218,6 +222,7 @@ object MetaDb { db.Table( name = relationName, + comment = tableCommentsByTable.get(relationName), cols = mappedCols, primaryKey = primaryKeys.get(relationName), uniqueKeys = uniqueKeys.getOrElse(relationName, List.empty), diff --git a/typo/src/scala/typo/db.scala b/typo/src/scala/typo/db.scala index 1e82344e6c..ae7395bef2 100644 --- a/typo/src/scala/typo/db.scala +++ b/typo/src/scala/typo/db.scala @@ -129,6 +129,7 @@ object db { case class Table( name: RelationName, + comment: Option[String], cols: NonEmptyList[Col], primaryKey: Option[PrimaryKey], uniqueKeys: List[UniqueKey], @@ -137,6 +138,7 @@ object db { case class View( name: RelationName, + comment: Option[String], decomposedSql: DecomposedSql, cols: NonEmptyList[(db.Col, ParsedName)], deps: Map[db.ColName, (db.RelationName, db.ColName)], diff --git a/typo/src/scala/typo/internal/codegen/FilesRelation.scala b/typo/src/scala/typo/internal/codegen/FilesRelation.scala index cacf503098..4eee638125 100644 --- a/typo/src/scala/typo/internal/codegen/FilesRelation.scala +++ b/typo/src/scala/typo/internal/codegen/FilesRelation.scala @@ -6,7 +6,7 @@ import play.api.libs.json.Json import typo.sc.Type case class FilesRelation(naming: Naming, names: ComputedNames, maybeCols: Option[NonEmptyList[ComputedColumn]], options: InternalOptions) { - def RowFile(rowType: DbLib.RowType): Option[sc.File] = maybeCols.map { cols => + def RowFile(rowType: DbLib.RowType, comment: Option[String]): Option[sc.File] = maybeCols.map { cols => val compositeId = names.maybeId match { case Some(x: IdComputed.Composite) => code"""|{ @@ -44,8 +44,26 @@ case class FilesRelation(naming: Naming, names: ComputedNames, maybeCols: Option options.jsonLibs.flatMap(_.instances(names.RowName, cols)) ++ options.dbLib.toList.flatMap(_.rowInstances(names.RowName, cols, rowType = rowType)) + val classComment = { + val lines = List[Iterable[String]]( + Some(names.source match { + case Source.Table(name) => s"Table: ${name.value}" + case Source.View(name, true) => s"Materialized View: ${name.value}" + case Source.View(name, false) => s"View: ${name.value}" + case Source.SqlFile(relPath) => s"SQL file: ${relPath.asString}" + }), + comment, + names.maybeId.map { + case x: IdComputed.Unary => s"Primary key: ${x.col.dbName.value}" + case x: IdComputed.Composite => s"Composite primary key: ${x.cols.map(_.dbName.value).mkString(", ")}" + } + ).flatten + code"""|/** ${lines.mkString("\n")} */ + |""".stripMargin + } + val str = - code"""case class ${names.RowName.name}( + code"""${classComment}case class ${names.RowName.name}( | ${formattedCols.mkCode(",\n")} |)$compositeId | diff --git a/typo/src/scala/typo/internal/codegen/FilesSqlFile.scala b/typo/src/scala/typo/internal/codegen/FilesSqlFile.scala index 7e84592eed..1e4d2b008a 100644 --- a/typo/src/scala/typo/internal/codegen/FilesSqlFile.scala +++ b/typo/src/scala/typo/internal/codegen/FilesSqlFile.scala @@ -7,7 +7,7 @@ import typo.internal.codegen.DbLib.RowType case class FilesSqlFile(script: ComputedSqlFile, naming: Naming, options: InternalOptions) { val relation = FilesRelation(naming, script.names, script.maybeCols.toOption, options) val all: List[sc.File] = List( - relation.RowFile(RowType.Readable), + relation.RowFile(RowType.Readable, comment = None), relation.FieldsFile, for { dbLib <- options.dbLib diff --git a/typo/src/scala/typo/internal/codegen/FilesTable.scala b/typo/src/scala/typo/internal/codegen/FilesTable.scala index 5f358b18c6..139f04bebd 100644 --- a/typo/src/scala/typo/internal/codegen/FilesTable.scala +++ b/typo/src/scala/typo/internal/codegen/FilesTable.scala @@ -7,7 +7,7 @@ import typo.internal.codegen.DbLib.RowType case class FilesTable(table: ComputedTable, options: InternalOptions, genOrdering: GenOrdering) { val relation = FilesRelation(table.naming, table.names, Some(table.cols), options) - val RowFile = relation.RowFile(RowType.ReadWriteable) + val RowFile = relation.RowFile(RowType.ReadWriteable, table.dbTable.comment) val UnsavedRowFile: Option[sc.File] = for { diff --git a/typo/src/scala/typo/internal/codegen/FilesView.scala b/typo/src/scala/typo/internal/codegen/FilesView.scala index 431262eb27..989949a491 100644 --- a/typo/src/scala/typo/internal/codegen/FilesView.scala +++ b/typo/src/scala/typo/internal/codegen/FilesView.scala @@ -7,7 +7,7 @@ import typo.internal.codegen.DbLib.RowType case class FilesView(view: ComputedView, options: InternalOptions) { val relation = FilesRelation(view.naming, view.names, Some(view.cols), options) val all: List[sc.File] = List( - relation.RowFile(RowType.Readable), + relation.RowFile(RowType.Readable, view.view.comment), relation.FieldsFile, for { dbLib <- options.dbLib