From 23cb3c3b279962764104c7f4bb05d4c0f961065f Mon Sep 17 00:00:00 2001 From: jwoertink Date: Wed, 22 May 2024 15:30:49 +0000 Subject: [PATCH] deploy: af42b9449a8cccb21632dac3a239d5849428ff9f --- Array.html | 12 +- Avram.html | 32 +++--- Avram/AddColumnAttributes.html | 2 +- Avram/Associations.html | 4 +- Avram/Associations/BelongsTo.html | 4 +- Avram/Associations/HasMany.html | 4 +- Avram/Associations/HasOne.html | 4 +- Avram/Attribute.html | 56 +++++----- Avram/Attribute/ErrorMessage.html | 2 +- Avram/AvramError.html | 2 +- Avram/BaseQueryTemplate.html | 4 +- Avram/BetweenCriteria.html | 2 +- Avram/CallableErrorMessage.html | 4 +- Avram/Callbacks.html | 32 +++--- Avram/ChronoUnits.html | 46 ++++---- Avram/Connection.html | 12 +- Avram/ConnectionError.html | 8 +- Avram/Credentials.html | 28 ++--- Avram/Criteria.html | 52 ++++----- Avram/Database.html | 82 +++++++------- Avram/Database/ColumnInfo.html | 42 +++---- Avram/Database/DatabaseCleaner.html | 8 +- Avram/Database/DatabaseInfo.html | 16 +-- Avram/Database/FiberId.html | 2 +- Avram/Database/TableInfo.html | 24 ++-- Avram/DatabaseValidations.html | 2 +- Avram/DefineAttribute.html | 12 +- Avram/DeleteOperation.html | 20 ++-- Avram/DeleteOperation/OperationStatus.html | 8 +- Avram/DeleteOperationTemplate.html | 4 +- Avram/Events.html | 2 +- Avram/Events/DeleteFailedEvent.html | 10 +- Avram/Events/DeleteSuccessEvent.html | 6 +- Avram/Events/FailedQueryEvent.html | 12 +- Avram/Events/QueryEvent.html | 10 +- Avram/Events/SaveFailedEvent.html | 12 +- Avram/Events/SaveSuccessEvent.html | 8 +- Avram/ExtractCriteria.html | 2 +- Avram/Factory.html | 26 ++--- Avram/FailedMigration.html | 8 +- Avram/FailedOperation.html | 2 +- Avram/GenericAttribute.html | 18 +-- Avram/HabitatSettings.html | 2 +- Avram/I18n.html | 4 +- Avram/I18nBackend.html | 8 +- Avram/ImpossibleValidation.html | 6 +- Avram/IncludesCriteria.html | 2 +- Avram/InheritColumnAttributes.html | 4 +- Avram/Insert.html | 8 +- Avram/Insert/Params.html | 2 +- Avram/InvalidDatabaseNameError.html | 2 +- Avram/InvalidOperationError.html | 16 +-- Avram/InvalidQueryError.html | 2 +- Avram/Join.html | 2 +- Avram/Join/Full.html | 4 +- Avram/Join/Inner.html | 4 +- Avram/Join/Left.html | 4 +- Avram/Join/Right.html | 4 +- Avram/Join/SqlClause.html | 20 ++-- Avram/LazyLoadError.html | 8 +- Avram/MarkAsFailed.html | 4 +- Avram/Migrator.html | 6 +- Avram/Migrator/AlterExtensionStatement.html | 8 +- Avram/Migrator/AlterTableStatement.html | 56 +++++----- Avram/Migrator/BuildReferenceFragment.html | 6 +- Avram/Migrator/ChangeNullStatement.html | 6 +- Avram/Migrator/Columns.html | 20 ++-- Avram/Migrator/Columns/Base.html | 30 ++--- Avram/Migrator/Columns/BoolColumn.html | 6 +- Avram/Migrator/Columns/BytesColumn.html | 6 +- Avram/Migrator/Columns/Float32Column.html | 6 +- Avram/Migrator/Columns/Float64Column.html | 6 +- Avram/Migrator/Columns/FloatColumn.html | 8 +- Avram/Migrator/Columns/Int16Column.html | 6 +- Avram/Migrator/Columns/Int32Column.html | 6 +- Avram/Migrator/Columns/Int64Column.html | 6 +- Avram/Migrator/Columns/JSON.html | 2 +- Avram/Migrator/Columns/JSON/AnyColumn.html | 8 +- Avram/Migrator/Columns/PrimaryKeys.html | 12 +- Avram/Migrator/Columns/PrimaryKeys/Base.html | 6 +- .../Columns/PrimaryKeys/Int16PrimaryKey.html | 6 +- .../Columns/PrimaryKeys/Int32PrimaryKey.html | 6 +- .../Columns/PrimaryKeys/Int64PrimaryKey.html | 6 +- .../Columns/PrimaryKeys/StringPrimaryKey.html | 8 +- .../Columns/PrimaryKeys/UUIDPrimaryKey.html | 8 +- Avram/Migrator/Columns/StringColumn.html | 6 +- Avram/Migrator/Columns/TimeColumn.html | 8 +- Avram/Migrator/Columns/UUIDColumn.html | 6 +- Avram/Migrator/CreateExtensionStatement.html | 6 +- Avram/Migrator/CreateForeignKeyStatement.html | 6 +- Avram/Migrator/CreateFunctionStatement.html | 8 +- Avram/Migrator/CreateIndexStatement.html | 6 +- .../CreateIndexStatement/IndexTypes.html | 12 +- Avram/Migrator/CreateSequenceStatement.html | 6 +- Avram/Migrator/CreateTableStatement.html | 20 ++-- Avram/Migrator/CreateTriggerStatement.html | 6 +- Avram/Migrator/DropExtensionStatement.html | 6 +- Avram/Migrator/DropForeignKeyStatement.html | 6 +- Avram/Migrator/DropFunctionStatement.html | 6 +- Avram/Migrator/DropIndexStatement.html | 8 +- Avram/Migrator/DropSequenceStatement.html | 6 +- Avram/Migrator/DropTableStatement.html | 14 +-- Avram/Migrator/DropTriggerStatement.html | 6 +- Avram/Migrator/IndexStatementHelpers.html | 6 +- .../IndexStatementHelpers/Columns.html | 2 +- Avram/Migrator/Migration.html | 2 +- Avram/Migrator/Migration/V1.html | 22 ++-- Avram/Migrator/Migration/V1/MigrationId.html | 2 +- Avram/Migrator/MigrationGenerator.html | 18 +-- .../MissingOnDeleteWithBelongsToError.html | 4 +- Avram/Migrator/Runner.html | 48 ++++---- Avram/Migrator/StatementHelpers.html | 46 ++++---- Avram/MissingRequiredAssociationError.html | 8 +- Avram/Model.html | 50 ++++----- Avram/NeedyInitializer.html | 10 +- Avram/NeedyInitializerAndDeleteMethods.html | 16 +-- Avram/NeedyInitializerAndSaveMethods.html | 18 +-- Avram/NestedSaveOperation.html | 8 +- Avram/Nothing.html | 2 +- Avram/Operation.html | 26 ++--- Avram/OperationErrors.html | 6 +- Avram/OrderBy.html | 16 +-- Avram/OrderBy/Direction.html | 6 +- Avram/OrderBy/NullSorting.html | 10 +- Avram/OrderByClause.html | 8 +- Avram/OrderByRandom.html | 10 +- Avram/PGClientNotInstalledError.html | 4 +- Avram/PGNotRunningError.html | 4 +- Avram/ParamKeyOverride.html | 4 +- Avram/Paramable.html | 24 ++-- Avram/Params.html | 32 +++--- Avram/PermittedAttribute.html | 4 +- Avram/Polymorphic.html | 4 +- Avram/PrimaryKeyMethods.html | 14 +-- Avram/PrimaryKeyQueryable.html | 2 +- Avram/PrimaryKeyType.html | 8 +- Avram/QueryBuilder.html | 104 +++++++++--------- Avram/QueryBuilder/ColumnName.html | 2 +- Avram/Queryable.html | 102 ++++++++--------- Avram/Queryable/PGValue.html | 2 +- Avram/RecordNotFoundError.html | 12 +- Avram/Rollback.html | 2 +- Avram/SaveOperation.html | 70 ++++++------ Avram/SaveOperation/OperationStatus.html | 8 +- Avram/SaveOperationTemplate.html | 4 +- Avram/SchemaEnforcer.html | 10 +- Avram/SchemaEnforcer/EnsureExistingTable.html | 4 +- .../SchemaEnforcer/EnsureMatchingColumns.html | 8 +- .../EnsureUUIDPrimaryKeyHasDefault.html | 12 +- Avram/SchemaEnforcer/Validation.html | 6 +- Avram/SchemaMismatchError.html | 2 +- Avram/Slugify.html | 10 +- Avram/SoftDelete.html | 2 +- Avram/SoftDelete/Model.html | 12 +- Avram/SoftDelete/Query.html | 14 +-- Avram/SpecHelper.html | 6 +- Avram/TableFor.html | 4 +- Avram/TableName.html | 2 +- Avram/Type.html | 14 +-- Avram/Type/FailedCast.html | 4 +- Avram/Type/SuccessfulCast.html | 6 +- Avram/UnsupportedQueryError.html | 4 +- Avram/Uploadable.html | 12 +- Avram/Uploadable/Lucky.html | 10 +- Avram/Upsert.html | 4 +- Avram/Validations.html | 26 ++--- Avram/Where.html | 2 +- Avram/Where/Any.html | 8 +- Avram/Where/Condition.html | 10 +- Avram/Where/Conjunction.html | 10 +- Avram/Where/Equal.html | 6 +- Avram/Where/Excludes.html | 8 +- Avram/Where/GreaterThan.html | 6 +- Avram/Where/GreaterThanOrEqualTo.html | 6 +- Avram/Where/Ilike.html | 6 +- Avram/Where/In.html | 8 +- Avram/Where/Includes.html | 8 +- Avram/Where/JsonbExcludes.html | 8 +- Avram/Where/JsonbHasAllKeys.html | 6 +- Avram/Where/JsonbHasAnyKeys.html | 6 +- Avram/Where/JsonbHasKey.html | 6 +- Avram/Where/JsonbIn.html | 6 +- Avram/Where/JsonbIncludes.html | 6 +- Avram/Where/JsonbNotIn.html | 8 +- Avram/Where/LessThan.html | 6 +- Avram/Where/LessThanOrEqualTo.html | 6 +- Avram/Where/Like.html | 6 +- Avram/Where/NotAny.html | 8 +- Avram/Where/NotEqual.html | 6 +- Avram/Where/NotIlike.html | 6 +- Avram/Where/NotIn.html | 8 +- Avram/Where/NotJsonbHasAllKeys.html | 8 +- Avram/Where/NotJsonbHasAnyKeys.html | 8 +- Avram/Where/NotJsonbHasKey.html | 8 +- Avram/Where/NotLike.html | 6 +- Avram/Where/NotNull.html | 6 +- Avram/Where/Null.html | 6 +- Avram/Where/NullSqlClause.html | 4 +- Avram/Where/PrecedenceEnd.html | 4 +- Avram/Where/PrecedenceStart.html | 6 +- Avram/Where/Raw.html | 8 +- Avram/Where/SqlClause.html | 12 +- Avram/Where/TsMatch.html | 8 +- Avram/Where/TsNotMatch.html | 8 +- Avram/Where/ValueHoldingSqlClause.html | 6 +- BaseTask.html | 14 +-- Bool.html | 14 +-- Bool/Lucky.html | 14 +-- Bool/Lucky/ColumnType.html | 2 +- Bool/Lucky/Criteria.html | 4 +- Char.html | 6 +- DB.html | 48 ++++---- DB/Connection.html | 6 +- DB/SavePointTransaction.html | 6 +- DB/TopLevelTransaction.html | 6 +- DB/Transaction.html | 4 +- Db.html | 2 +- Db/Console.html | 12 +- Db/Create.html | 14 +-- Db/Create/Migrator.html | 2 +- Db/Drop.html | 14 +-- Db/Migrate.html | 14 +-- Db/Migrate/One.html | 12 +- Db/Migrations.html | 2 +- Db/Migrations/Status.html | 12 +- Db/Redo.html | 12 +- Db/Reset.html | 14 +-- Db/Rollback.html | 12 +- Db/RollbackAll.html | 12 +- Db/RollbackTo.html | 12 +- Db/Schema.html | 2 +- Db/Schema/Dump.html | 18 +-- Db/Schema/Restore.html | 14 +-- Db/Setup.html | 14 +-- Db/VerifyConnection.html | 16 +-- Enum.html | 6 +- Enum/Lucky.html | 18 +-- Enum/Lucky/ColumnType.html | 2 +- Enum/Lucky/Criteria.html | 8 +- Fiber.html | 6 +- Float64.html | 8 +- Float64/Lucky.html | 26 ++--- Float64/Lucky/ColumnType.html | 2 +- Float64/Lucky/Criteria.html | 16 +-- Gen.html | 2 +- Gen/Migration.html | 24 ++-- Gen/Migration/HabitatSettings.html | 2 +- Gen/Mixins.html | 2 +- Gen/Mixins/MigrationWithColumns.html | 4 +- Gen/Model.html | 12 +- Gen/Resource.html | 2 +- Gen/Resource/Browser.html | 12 +- Gen/Resource/Browser/InvalidOption.html | 4 +- Int16.html | 10 +- Int16/Lucky.html | 18 +-- Int16/Lucky/ColumnType.html | 2 +- Int16/Lucky/Criteria.html | 12 +- Int32.html | 10 +- Int32/Lucky.html | 18 +-- Int32/Lucky/ColumnType.html | 2 +- Int32/Lucky/Criteria.html | 14 +-- Int64.html | 10 +- Int64/Lucky.html | 18 +-- Int64/Lucky/ColumnType.html | 2 +- Int64/Lucky/Criteria.html | 14 +-- JSONConverter.html | 4 +- Nil.html | 8 +- Object.html | 6 +- Slice.html | 8 +- Slice/Lucky.html | 14 +-- Slice/Lucky/ColumnType.html | 2 +- Slice/Lucky/Criteria.html | 4 +- String.html | 6 +- String/Lucky.html | 12 +- String/Lucky/ColumnType.html | 2 +- String/Lucky/Criteria.html | 26 ++--- Time.html | 8 +- Time/Lucky.html | 18 +-- Time/Lucky/ColumnType.html | 2 +- Time/Lucky/Criteria.html | 56 +++++----- UUID.html | 10 +- UUID/Lucky.html | 14 +-- UUID/Lucky/ColumnType.html | 2 +- UUID/Lucky/Criteria.html | 6 +- index.json | 2 +- search-index.js | 2 +- 286 files changed, 1580 insertions(+), 1580 deletions(-) diff --git a/Array.html b/Array.html index 2f035a320..174b7915b 100644 --- a/Array.html +++ b/Array.html @@ -1857,21 +1857,21 @@

- + avram/blank_extensions.cr
- + avram/charms/array_extensions.cr
- + avram/object_extensions.cr @@ -2066,7 +2066,7 @@


- [View source] + [View source]
@@ -2096,7 +2096,7 @@


- [View source] + [View source]
@@ -2117,7 +2117,7 @@


- [View source] + [View source]
diff --git a/Avram.html b/Avram.html index 5d9f8f283..97858c512 100644 --- a/Avram.html +++ b/Avram.html @@ -1818,84 +1818,84 @@

- + avram.cr
- + avram/chrono_units.cr
- + avram/database/column_info.cr
- + avram/database/database_info.cr
- + avram/database/table_info.cr
- + avram/errors.cr
- + avram/nothing.cr
- + avram/order_by_clause.cr
- + avram/order_by_clause/order_by.cr
- + avram/order_by_clause/order_by_random.cr
- + avram/version.cr
- + lucky/ext/avram/errors.cr @@ -2057,7 +2057,7 @@


- [View source] + [View source]
@@ -2080,7 +2080,7 @@


- [View source] + [View source]
@@ -2096,7 +2096,7 @@


- [View source] + [View source]
@@ -2126,7 +2126,7 @@


- [View source] + [View source]
diff --git a/Avram/AddColumnAttributes.html b/Avram/AddColumnAttributes.html index 7fe35e783..8aca95c83 100644 --- a/Avram/AddColumnAttributes.html +++ b/Avram/AddColumnAttributes.html @@ -1831,7 +1831,7 @@

- + avram/add_column_attributes.cr diff --git a/Avram/Associations.html b/Avram/Associations.html index 5c8c7855b..f8dd7306d 100644 --- a/Avram/Associations.html +++ b/Avram/Associations.html @@ -1834,14 +1834,14 @@

- + avram/associations.cr
- + avram/associations/belongs_to.cr diff --git a/Avram/Associations/BelongsTo.html b/Avram/Associations/BelongsTo.html index fba09299e..789e5844e 100644 --- a/Avram/Associations/BelongsTo.html +++ b/Avram/Associations/BelongsTo.html @@ -1816,7 +1816,7 @@

- + avram/associations/belongs_to.cr @@ -1881,7 +1881,7 @@


- [View source] + [View source]
diff --git a/Avram/Associations/HasMany.html b/Avram/Associations/HasMany.html index bf4bc6478..f99132b1f 100644 --- a/Avram/Associations/HasMany.html +++ b/Avram/Associations/HasMany.html @@ -1816,7 +1816,7 @@

- + avram/associations/has_many.cr @@ -1881,7 +1881,7 @@


- [View source] + [View source]
diff --git a/Avram/Associations/HasOne.html b/Avram/Associations/HasOne.html index 0e4f638f5..544ff0dc2 100644 --- a/Avram/Associations/HasOne.html +++ b/Avram/Associations/HasOne.html @@ -1816,7 +1816,7 @@

- + avram/associations/has_one.cr @@ -1881,7 +1881,7 @@


- [View source] + [View source]
diff --git a/Avram/Attribute.html b/Avram/Attribute.html index 1699527ec..39ce0172a 100644 --- a/Avram/Attribute.html +++ b/Avram/Attribute.html @@ -1818,7 +1818,7 @@

- + avram/attribute.cr @@ -2076,7 +2076,7 @@


- [View source] + [View source]
@@ -2106,7 +2106,7 @@


- [View source] + [View source]
@@ -2134,7 +2134,7 @@


- [View source] + [View source]
@@ -2150,7 +2150,7 @@


- [View source] + [View source]
@@ -2166,7 +2166,7 @@


- [View source] + [View source]
@@ -2182,7 +2182,7 @@


- [View source] + [View source]
@@ -2204,7 +2204,7 @@


- [View source] + [View source]
@@ -2226,7 +2226,7 @@


- [View source] + [View source]
@@ -2242,7 +2242,7 @@


- [View source] + [View source]
@@ -2258,7 +2258,7 @@


- [View source] + [View source]
@@ -2274,7 +2274,7 @@


- [View source] + [View source]
@@ -2290,7 +2290,7 @@


- [View source] + [View source]
@@ -2306,7 +2306,7 @@


- [View source] + [View source]
@@ -2322,7 +2322,7 @@


- [View source] + [View source]
@@ -2338,7 +2338,7 @@


- [View source] + [View source]
@@ -2354,7 +2354,7 @@


- [View source] + [View source]
@@ -2370,7 +2370,7 @@


- [View source] + [View source]
@@ -2386,7 +2386,7 @@


- [View source] + [View source]
@@ -2402,7 +2402,7 @@


- [View source] + [View source]
@@ -2418,7 +2418,7 @@


- [View source] + [View source]
@@ -2434,7 +2434,7 @@


- [View source] + [View source]
@@ -2450,7 +2450,7 @@


- [View source] + [View source]
@@ -2472,7 +2472,7 @@


- [View source] + [View source]
@@ -2498,7 +2498,7 @@


- [View source] + [View source]
@@ -2514,7 +2514,7 @@


- [View source] + [View source]
@@ -2530,7 +2530,7 @@


- [View source] + [View source]
@@ -2546,7 +2546,7 @@


- [View source] + [View source]
diff --git a/Avram/Attribute/ErrorMessage.html b/Avram/Attribute/ErrorMessage.html index 2cb57c3c1..5b02cff16 100644 --- a/Avram/Attribute/ErrorMessage.html +++ b/Avram/Attribute/ErrorMessage.html @@ -1812,7 +1812,7 @@

- + avram/attribute.cr diff --git a/Avram/AvramError.html b/Avram/AvramError.html index 2729a060b..9ec7a2a55 100644 --- a/Avram/AvramError.html +++ b/Avram/AvramError.html @@ -1857,7 +1857,7 @@

- + avram/errors.cr diff --git a/Avram/BaseQueryTemplate.html b/Avram/BaseQueryTemplate.html index 90af9cc7e..c9b764d18 100644 --- a/Avram/BaseQueryTemplate.html +++ b/Avram/BaseQueryTemplate.html @@ -1804,7 +1804,7 @@

- + avram/base_query_template.cr @@ -1904,7 +1904,7 @@


- [View source] + [View source]
diff --git a/Avram/BetweenCriteria.html b/Avram/BetweenCriteria.html index 8c873f1c8..d1c1d346b 100644 --- a/Avram/BetweenCriteria.html +++ b/Avram/BetweenCriteria.html @@ -1824,7 +1824,7 @@

- + avram/criteria_extensions/between_criteria.cr diff --git a/Avram/CallableErrorMessage.html b/Avram/CallableErrorMessage.html index 94f2ea182..727901a3e 100644 --- a/Avram/CallableErrorMessage.html +++ b/Avram/CallableErrorMessage.html @@ -1802,7 +1802,7 @@

- + avram/validations/callable_error_message.cr @@ -1869,7 +1869,7 @@


- [View source] + [View source]
diff --git a/Avram/Callbacks.html b/Avram/Callbacks.html index 78f16df83..3bcc7cefc 100644 --- a/Avram/Callbacks.html +++ b/Avram/Callbacks.html @@ -1820,7 +1820,7 @@

- + avram/callbacks.cr @@ -1995,7 +1995,7 @@


- [View source] + [View source]
@@ -2022,7 +2022,7 @@


- [View source] + [View source]
@@ -2043,7 +2043,7 @@


- [View source] + [View source]
@@ -2059,7 +2059,7 @@


- [View source] + [View source]
@@ -2086,7 +2086,7 @@


- [View source] + [View source]
@@ -2117,7 +2117,7 @@


- [View source] + [View source]
@@ -2157,7 +2157,7 @@


- [View source] + [View source]
@@ -2195,7 +2195,7 @@


- [View source] + [View source]
@@ -2216,7 +2216,7 @@


- [View source] + [View source]
@@ -2232,7 +2232,7 @@


- [View source] + [View source]
@@ -2258,7 +2258,7 @@


- [View source] + [View source]
@@ -2282,7 +2282,7 @@


- [View source] + [View source]
@@ -2323,7 +2323,7 @@


- [View source] + [View source]
@@ -2357,7 +2357,7 @@


- [View source] + [View source]
@@ -2373,7 +2373,7 @@


- [View source] + [View source]
diff --git a/Avram/ChronoUnits.html b/Avram/ChronoUnits.html index 01241dfd9..afd3967e9 100644 --- a/Avram/ChronoUnits.html +++ b/Avram/ChronoUnits.html @@ -1802,7 +1802,7 @@

- + avram/chrono_units.cr @@ -2168,7 +2168,7 @@


- [View source] + [View source]
@@ -2184,7 +2184,7 @@


- [View source] + [View source]
@@ -2200,7 +2200,7 @@


- [View source] + [View source]
@@ -2216,7 +2216,7 @@


- [View source] + [View source]
@@ -2232,7 +2232,7 @@


- [View source] + [View source]
@@ -2248,7 +2248,7 @@


- [View source] + [View source]
@@ -2264,7 +2264,7 @@


- [View source] + [View source]
@@ -2280,7 +2280,7 @@


- [View source] + [View source]
@@ -2296,7 +2296,7 @@


- [View source] + [View source]
@@ -2312,7 +2312,7 @@


- [View source] + [View source]
@@ -2328,7 +2328,7 @@


- [View source] + [View source]
@@ -2344,7 +2344,7 @@


- [View source] + [View source]
@@ -2360,7 +2360,7 @@


- [View source] + [View source]
@@ -2376,7 +2376,7 @@


- [View source] + [View source]
@@ -2392,7 +2392,7 @@


- [View source] + [View source]
@@ -2408,7 +2408,7 @@


- [View source] + [View source]
@@ -2424,7 +2424,7 @@


- [View source] + [View source]
@@ -2440,7 +2440,7 @@


- [View source] + [View source]
@@ -2456,7 +2456,7 @@


- [View source] + [View source]
@@ -2472,7 +2472,7 @@


- [View source] + [View source]
@@ -2488,7 +2488,7 @@


- [View source] + [View source]
@@ -2504,7 +2504,7 @@


- [View source] + [View source]
diff --git a/Avram/Connection.html b/Avram/Connection.html index a1e8f50f8..75a841f10 100644 --- a/Avram/Connection.html +++ b/Avram/Connection.html @@ -1815,7 +1815,7 @@

- + avram/connection.cr @@ -1943,7 +1943,7 @@


- [View source] + [View source]
@@ -1975,7 +1975,7 @@


- [View source] + [View source]
@@ -1991,7 +1991,7 @@


- [View source] + [View source]
@@ -2007,7 +2007,7 @@


- [View source] + [View source]
@@ -2023,7 +2023,7 @@


- [View source] + [View source]
diff --git a/Avram/ConnectionError.html b/Avram/ConnectionError.html index 1abbf7c35..6324e71ea 100644 --- a/Avram/ConnectionError.html +++ b/Avram/ConnectionError.html @@ -1804,7 +1804,7 @@

- + avram/errors.cr @@ -1967,7 +1967,7 @@


- [View source] + [View source]
@@ -1999,7 +1999,7 @@


- [View source] + [View source]
@@ -2015,7 +2015,7 @@


- [View source] + [View source]
diff --git a/Avram/Credentials.html b/Avram/Credentials.html index 93b60f063..f16adfaa1 100644 --- a/Avram/Credentials.html +++ b/Avram/Credentials.html @@ -1804,7 +1804,7 @@

- + avram/credentials.cr @@ -1996,7 +1996,7 @@


- [View source] + [View source]
@@ -2019,7 +2019,7 @@


- [View source] + [View source]
@@ -2041,7 +2041,7 @@


- [View source] + [View source]
@@ -2077,7 +2077,7 @@


- [View source] + [View source]
@@ -2113,7 +2113,7 @@


- [View source] + [View source]
@@ -2134,7 +2134,7 @@


- [View source] + [View source]
@@ -2150,7 +2150,7 @@


- [View source] + [View source]
@@ -2166,7 +2166,7 @@


- [View source] + [View source]
@@ -2182,7 +2182,7 @@


- [View source] + [View source]
@@ -2198,7 +2198,7 @@


- [View source] + [View source]
@@ -2214,7 +2214,7 @@


- [View source] + [View source]
@@ -2236,7 +2236,7 @@


- [View source] + [View source]
@@ -2252,7 +2252,7 @@


- [View source] + [View source]
diff --git a/Avram/Criteria.html b/Avram/Criteria.html index f4568ac5b..916eac955 100644 --- a/Avram/Criteria.html +++ b/Avram/Criteria.html @@ -1838,7 +1838,7 @@

- + avram/criteria.cr @@ -2078,7 +2078,7 @@


- [View source] + [View source]
@@ -2108,7 +2108,7 @@


- [View source] + [View source]
@@ -2136,7 +2136,7 @@


- [View source] + [View source]
@@ -2152,7 +2152,7 @@


- [View source] + [View source]
@@ -2168,7 +2168,7 @@


- [View source] + [View source]
@@ -2184,7 +2184,7 @@


- [View source] + [View source]
@@ -2200,7 +2200,7 @@


- [View source] + [View source]
@@ -2216,7 +2216,7 @@


- [View source] + [View source]
@@ -2232,7 +2232,7 @@


- [View source] + [View source]
@@ -2248,7 +2248,7 @@


- [View source] + [View source]
@@ -2264,7 +2264,7 @@


- [View source] + [View source]
@@ -2280,7 +2280,7 @@


- [View source] + [View source]
@@ -2296,7 +2296,7 @@


- [View source] + [View source]
@@ -2312,7 +2312,7 @@


- [View source] + [View source]
@@ -2328,7 +2328,7 @@


- [View source] + [View source]
@@ -2344,7 +2344,7 @@


- [View source] + [View source]
@@ -2360,7 +2360,7 @@


- [View source] + [View source]
@@ -2376,7 +2376,7 @@


- [View source] + [View source]
@@ -2392,7 +2392,7 @@


- [View source] + [View source]
@@ -2408,7 +2408,7 @@


- [View source] + [View source]
@@ -2424,7 +2424,7 @@


- [View source] + [View source]
@@ -2440,7 +2440,7 @@


- [View source] + [View source]
@@ -2456,7 +2456,7 @@


- [View source] + [View source]
@@ -2472,7 +2472,7 @@


- [View source] + [View source]
@@ -2488,7 +2488,7 @@


- [View source] + [View source]
diff --git a/Avram/Database.html b/Avram/Database.html index e11378cfe..c6b725675 100644 --- a/Avram/Database.html +++ b/Avram/Database.html @@ -1804,28 +1804,28 @@

- + avram/database.cr
- + avram/database/column_info.cr
- + avram/database/database_info.cr
- + avram/database/table_info.cr @@ -2176,7 +2176,7 @@


- [View source] + [View source]
@@ -2192,7 +2192,7 @@


- [View source] + [View source]
@@ -2208,7 +2208,7 @@


- [View source] + [View source]
@@ -2224,7 +2224,7 @@


- [View source] + [View source]
@@ -2245,7 +2245,7 @@


- [View source] + [View source]
@@ -2266,7 +2266,7 @@


- [View source] + [View source]
@@ -2293,7 +2293,7 @@


- [View source] + [View source]
@@ -2309,7 +2309,7 @@


- [View source] + [View source]
@@ -2325,7 +2325,7 @@


- [View source] + [View source]
@@ -2346,7 +2346,7 @@


- [View source] + [View source]
@@ -2367,7 +2367,7 @@


- [View source] + [View source]
@@ -2388,7 +2388,7 @@


- [View source] + [View source]
@@ -2409,7 +2409,7 @@


- [View source] + [View source]
@@ -2430,7 +2430,7 @@


- [View source] + [View source]
@@ -2451,7 +2451,7 @@


- [View source] + [View source]
@@ -2472,7 +2472,7 @@


- [View source] + [View source]
@@ -2493,7 +2493,7 @@


- [View source] + [View source]
@@ -2514,7 +2514,7 @@


- [View source] + [View source]
@@ -2535,7 +2535,7 @@


- [View source] + [View source]
@@ -2551,7 +2551,7 @@


- [View source] + [View source]
@@ -2572,7 +2572,7 @@


- [View source] + [View source]
@@ -2588,7 +2588,7 @@


- [View source] + [View source]
@@ -2613,7 +2613,7 @@


- [View source] + [View source]
@@ -2634,7 +2634,7 @@


- [View source] + [View source]
@@ -2650,7 +2650,7 @@


- [View source] + [View source]
@@ -2685,7 +2685,7 @@


- [View source] + [View source]
@@ -2701,7 +2701,7 @@


- [View source] + [View source]
@@ -2722,7 +2722,7 @@


- [View source] + [View source]
@@ -2743,7 +2743,7 @@


- [View source] + [View source]
@@ -2764,7 +2764,7 @@


- [View source] + [View source]
@@ -2785,7 +2785,7 @@


- [View source] + [View source]
@@ -2806,7 +2806,7 @@


- [View source] + [View source]
@@ -2827,7 +2827,7 @@


- [View source] + [View source]
@@ -2848,7 +2848,7 @@


- [View source] + [View source]
@@ -2869,7 +2869,7 @@


- [View source] + [View source]
@@ -2890,7 +2890,7 @@


- [View source] + [View source]
@@ -2911,7 +2911,7 @@


- [View source] + [View source]
diff --git a/Avram/Database/ColumnInfo.html b/Avram/Database/ColumnInfo.html index 3461671df..2de37abe7 100644 --- a/Avram/Database/ColumnInfo.html +++ b/Avram/Database/ColumnInfo.html @@ -1820,7 +1820,7 @@

- + avram/database/column_info.cr @@ -2074,7 +2074,7 @@


- [View source] + [View source]
@@ -2102,7 +2102,7 @@


- [View source] + [View source]
@@ -2132,7 +2132,7 @@


- [View source] + [View source]
@@ -2148,7 +2148,7 @@


- [View source] + [View source]
@@ -2164,7 +2164,7 @@


- [View source] + [View source]
@@ -2180,7 +2180,7 @@


- [View source] + [View source]
@@ -2196,7 +2196,7 @@


- [View source] + [View source]
@@ -2212,7 +2212,7 @@


- [View source] + [View source]
@@ -2228,7 +2228,7 @@


- [View source] + [View source]
@@ -2244,7 +2244,7 @@


- [View source] + [View source]
@@ -2260,7 +2260,7 @@


- [View source] + [View source]
@@ -2276,7 +2276,7 @@


- [View source] + [View source]
@@ -2292,7 +2292,7 @@


- [View source] + [View source]
@@ -2308,7 +2308,7 @@


- [View source] + [View source]
@@ -2324,7 +2324,7 @@


- [View source] + [View source]
@@ -2340,7 +2340,7 @@


- [View source] + [View source]
@@ -2356,7 +2356,7 @@


- [View source] + [View source]
@@ -2372,7 +2372,7 @@


- [View source] + [View source]
@@ -2388,7 +2388,7 @@


- [View source] + [View source]
@@ -2404,7 +2404,7 @@


- [View source] + [View source]
diff --git a/Avram/Database/DatabaseCleaner.html b/Avram/Database/DatabaseCleaner.html index 029122026..d5c7eea2b 100644 --- a/Avram/Database/DatabaseCleaner.html +++ b/Avram/Database/DatabaseCleaner.html @@ -1804,7 +1804,7 @@

- + avram/database.cr @@ -1922,7 +1922,7 @@


- [View source] + [View source]
@@ -1954,7 +1954,7 @@


- [View source] + [View source]
@@ -1970,7 +1970,7 @@


- [View source] + [View source]
diff --git a/Avram/Database/DatabaseInfo.html b/Avram/Database/DatabaseInfo.html index 166d1c233..bcaa98a57 100644 --- a/Avram/Database/DatabaseInfo.html +++ b/Avram/Database/DatabaseInfo.html @@ -1804,7 +1804,7 @@

- + avram/database/database_info.cr @@ -1974,7 +1974,7 @@


- [View source] + [View source]
@@ -1990,7 +1990,7 @@


- [View source] + [View source]
@@ -2022,7 +2022,7 @@


- [View source] + [View source]
@@ -2038,7 +2038,7 @@


- [View source] + [View source]
@@ -2054,7 +2054,7 @@


- [View source] + [View source]
@@ -2070,7 +2070,7 @@


- [View source] + [View source]
@@ -2086,7 +2086,7 @@


- [View source] + [View source]
diff --git a/Avram/Database/FiberId.html b/Avram/Database/FiberId.html index f8ae04ed9..fa04b4698 100644 --- a/Avram/Database/FiberId.html +++ b/Avram/Database/FiberId.html @@ -1812,7 +1812,7 @@

- + avram/database.cr diff --git a/Avram/Database/TableInfo.html b/Avram/Database/TableInfo.html index 73e0d7af1..cfca46685 100644 --- a/Avram/Database/TableInfo.html +++ b/Avram/Database/TableInfo.html @@ -1804,7 +1804,7 @@

- + avram/database/table_info.cr @@ -1975,7 +1975,7 @@


- [View source] + [View source]
@@ -2007,7 +2007,7 @@


- [View source] + [View source]
@@ -2023,7 +2023,7 @@


- [View source] + [View source]
@@ -2039,7 +2039,7 @@


- [View source] + [View source]
@@ -2055,7 +2055,7 @@


- [View source] + [View source]
@@ -2071,7 +2071,7 @@


- [View source] + [View source]
@@ -2087,7 +2087,7 @@


- [View source] + [View source]
@@ -2103,7 +2103,7 @@


- [View source] + [View source]
@@ -2119,7 +2119,7 @@


- [View source] + [View source]
@@ -2135,7 +2135,7 @@


- [View source] + [View source]
@@ -2151,7 +2151,7 @@


- [View source] + [View source]
diff --git a/Avram/DatabaseValidations.html b/Avram/DatabaseValidations.html index d3415578c..c02e23565 100644 --- a/Avram/DatabaseValidations.html +++ b/Avram/DatabaseValidations.html @@ -1816,7 +1816,7 @@

- + avram/database_validations.cr diff --git a/Avram/DefineAttribute.html b/Avram/DefineAttribute.html index b29615bcb..74580b6bb 100644 --- a/Avram/DefineAttribute.html +++ b/Avram/DefineAttribute.html @@ -1820,7 +1820,7 @@

- + avram/define_attribute.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1933,7 +1933,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
@@ -1965,7 +1965,7 @@


- [View source] + [View source]
@@ -1993,7 +1993,7 @@


- [View source] + [View source]
diff --git a/Avram/DeleteOperation.html b/Avram/DeleteOperation.html index be7fb59df..cbe303207 100644 --- a/Avram/DeleteOperation.html +++ b/Avram/DeleteOperation.html @@ -1832,7 +1832,7 @@

- + avram/delete_operation.cr @@ -2342,7 +2342,7 @@


- [View source] + [View source]
@@ -2396,7 +2396,7 @@


- [View source] + [View source]
@@ -2412,7 +2412,7 @@


- [View source] + [View source]
@@ -2442,7 +2442,7 @@


- [View source] + [View source]
@@ -2458,7 +2458,7 @@


- [View source] + [View source]
@@ -2479,7 +2479,7 @@


- [View source] + [View source]
@@ -2495,7 +2495,7 @@


- [View source] + [View source]
@@ -2511,7 +2511,7 @@


- [View source] + [View source]
@@ -2533,7 +2533,7 @@


- [View source] + [View source]
diff --git a/Avram/DeleteOperation/OperationStatus.html b/Avram/DeleteOperation/OperationStatus.html index 1d89b1208..19397c71b 100644 --- a/Avram/DeleteOperation/OperationStatus.html +++ b/Avram/DeleteOperation/OperationStatus.html @@ -1802,7 +1802,7 @@

- + avram/delete_operation.cr @@ -1978,7 +1978,7 @@


- [View source] + [View source]
@@ -1994,7 +1994,7 @@


- [View source] + [View source]
@@ -2010,7 +2010,7 @@


- [View source] + [View source]
diff --git a/Avram/DeleteOperationTemplate.html b/Avram/DeleteOperationTemplate.html index ee913caf0..8f444614d 100644 --- a/Avram/DeleteOperationTemplate.html +++ b/Avram/DeleteOperationTemplate.html @@ -1804,7 +1804,7 @@

- + avram/delete_operation_template.cr @@ -1904,7 +1904,7 @@


- [View source] + [View source]
diff --git a/Avram/Events.html b/Avram/Events.html index 8ca5d0096..c196ee424 100644 --- a/Avram/Events.html +++ b/Avram/Events.html @@ -1802,7 +1802,7 @@

- + avram/events/delete_failed_event.cr diff --git a/Avram/Events/DeleteFailedEvent.html b/Avram/Events/DeleteFailedEvent.html index 9215fe3bd..4344cb166 100644 --- a/Avram/Events/DeleteFailedEvent.html +++ b/Avram/Events/DeleteFailedEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/delete_failed_event.cr @@ -1986,7 +1986,7 @@


- [View source] + [View source]
@@ -2066,7 +2066,7 @@


- [View source] + [View source]
@@ -2082,7 +2082,7 @@


- [View source] + [View source]
@@ -2098,7 +2098,7 @@


- [View source] + [View source]
diff --git a/Avram/Events/DeleteSuccessEvent.html b/Avram/Events/DeleteSuccessEvent.html index 3b318a917..7122297c2 100644 --- a/Avram/Events/DeleteSuccessEvent.html +++ b/Avram/Events/DeleteSuccessEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/delete_success_event.cr @@ -1976,7 +1976,7 @@


- [View source] + [View source]
@@ -2056,7 +2056,7 @@


- [View source] + [View source]
diff --git a/Avram/Events/FailedQueryEvent.html b/Avram/Events/FailedQueryEvent.html index 232a3f345..275423e7c 100644 --- a/Avram/Events/FailedQueryEvent.html +++ b/Avram/Events/FailedQueryEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/failed_query_event.cr @@ -1991,7 +1991,7 @@


- [View source] + [View source]
@@ -2071,7 +2071,7 @@


- [View source] + [View source]
@@ -2087,7 +2087,7 @@


- [View source] + [View source]
@@ -2103,7 +2103,7 @@


- [View source] + [View source]
@@ -2119,7 +2119,7 @@


- [View source] + [View source]
diff --git a/Avram/Events/QueryEvent.html b/Avram/Events/QueryEvent.html index 0fa12f0a7..903b6367c 100644 --- a/Avram/Events/QueryEvent.html +++ b/Avram/Events/QueryEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/query_event.cr @@ -1986,7 +1986,7 @@


- [View source] + [View source]
@@ -2066,7 +2066,7 @@


- [View source] + [View source]
@@ -2082,7 +2082,7 @@


- [View source] + [View source]
@@ -2098,7 +2098,7 @@


- [View source] + [View source]
diff --git a/Avram/Events/SaveFailedEvent.html b/Avram/Events/SaveFailedEvent.html index 89ecf6c37..f22e654c5 100644 --- a/Avram/Events/SaveFailedEvent.html +++ b/Avram/Events/SaveFailedEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/save_failed_event.cr @@ -1991,7 +1991,7 @@


- [View source] + [View source]
@@ -2071,7 +2071,7 @@


- [View source] + [View source]
@@ -2087,7 +2087,7 @@


- [View source] + [View source]
@@ -2103,7 +2103,7 @@


- [View source] + [View source]
@@ -2119,7 +2119,7 @@


- [View source] + [View source]
diff --git a/Avram/Events/SaveSuccessEvent.html b/Avram/Events/SaveSuccessEvent.html index 6a88b6a0a..3c6feef50 100644 --- a/Avram/Events/SaveSuccessEvent.html +++ b/Avram/Events/SaveSuccessEvent.html @@ -1804,7 +1804,7 @@

- + avram/events/save_success_event.cr @@ -1981,7 +1981,7 @@


- [View source] + [View source]
@@ -2061,7 +2061,7 @@


- [View source] + [View source]
@@ -2077,7 +2077,7 @@


- [View source] + [View source]
diff --git a/Avram/ExtractCriteria.html b/Avram/ExtractCriteria.html index bde15e8ca..080e0c919 100644 --- a/Avram/ExtractCriteria.html +++ b/Avram/ExtractCriteria.html @@ -1816,7 +1816,7 @@

- + avram/criteria_extensions/extract_criteria.cr diff --git a/Avram/Factory.html b/Avram/Factory.html index d71beba54..2a62a3dfd 100644 --- a/Avram/Factory.html +++ b/Avram/Factory.html @@ -1804,7 +1804,7 @@

- + avram/factory.cr @@ -2006,7 +2006,7 @@


- [View source] + [View source]
@@ -2022,7 +2022,7 @@


- [View source] + [View source]
@@ -2038,7 +2038,7 @@


- [View source] + [View source]
@@ -2054,7 +2054,7 @@


- [View source] + [View source]
@@ -2079,7 +2079,7 @@


- [View source] + [View source]
@@ -2106,7 +2106,7 @@


- [View source] + [View source]
@@ -2134,7 +2134,7 @@


- [View source] + [View source]
@@ -2150,7 +2150,7 @@


- [View source] + [View source]
@@ -2166,7 +2166,7 @@


- [View source] + [View source]
@@ -2194,7 +2194,7 @@


- [View source] + [View source]
@@ -2210,7 +2210,7 @@


- [View source] + [View source]
@@ -2238,7 +2238,7 @@


- [View source] + [View source]
diff --git a/Avram/FailedMigration.html b/Avram/FailedMigration.html index 3dd4d62c3..6b2e1997b 100644 --- a/Avram/FailedMigration.html +++ b/Avram/FailedMigration.html @@ -1804,7 +1804,7 @@

- + avram/errors.cr @@ -1948,7 +1948,7 @@


- [View source] + [View source]
@@ -1980,7 +1980,7 @@


- [View source] + [View source]
@@ -1996,7 +1996,7 @@


- [View source] + [View source]
diff --git a/Avram/FailedOperation.html b/Avram/FailedOperation.html index 66fe0b22a..2c6423111 100644 --- a/Avram/FailedOperation.html +++ b/Avram/FailedOperation.html @@ -1815,7 +1815,7 @@

- + avram/errors.cr diff --git a/Avram/GenericAttribute.html b/Avram/GenericAttribute.html index dadac2564..1a2b6a0d4 100644 --- a/Avram/GenericAttribute.html +++ b/Avram/GenericAttribute.html @@ -1819,7 +1819,7 @@

- + avram/generic_attribute.cr @@ -1962,7 +1962,7 @@


- [View source] + [View source]
@@ -1994,7 +1994,7 @@


- [View source] + [View source]
@@ -2010,7 +2010,7 @@


- [View source] + [View source]
@@ -2026,7 +2026,7 @@


- [View source] + [View source]
@@ -2042,7 +2042,7 @@


- [View source] + [View source]
@@ -2058,7 +2058,7 @@


- [View source] + [View source]
@@ -2074,7 +2074,7 @@


- [View source] + [View source]
@@ -2090,7 +2090,7 @@


- [View source] + [View source]
diff --git a/Avram/HabitatSettings.html b/Avram/HabitatSettings.html index 285b3bf5e..4d49d8f49 100644 --- a/Avram/HabitatSettings.html +++ b/Avram/HabitatSettings.html @@ -1804,7 +1804,7 @@

- + avram.cr diff --git a/Avram/I18n.html b/Avram/I18n.html index f47512cd8..23e865c1a 100644 --- a/Avram/I18n.html +++ b/Avram/I18n.html @@ -1804,7 +1804,7 @@

- + avram/i18n_backend.cr @@ -1955,7 +1955,7 @@


- [View source] + [View source]
diff --git a/Avram/I18nBackend.html b/Avram/I18nBackend.html index bb98fb1e0..bc9d44508 100644 --- a/Avram/I18nBackend.html +++ b/Avram/I18nBackend.html @@ -1818,7 +1818,7 @@

- + avram/i18n_backend.cr @@ -1949,7 +1949,7 @@


- [View source] + [View source]
@@ -1981,7 +1981,7 @@


- [View source] + [View source]
@@ -1997,7 +1997,7 @@


- [View source] + [View source]
diff --git a/Avram/ImpossibleValidation.html b/Avram/ImpossibleValidation.html index 2ee1bfeae..88dda6832 100644 --- a/Avram/ImpossibleValidation.html +++ b/Avram/ImpossibleValidation.html @@ -1815,7 +1815,7 @@

- + avram/errors.cr @@ -1954,7 +1954,7 @@


- [View source] + [View source]
@@ -1986,7 +1986,7 @@


- [View source] + [View source]
diff --git a/Avram/IncludesCriteria.html b/Avram/IncludesCriteria.html index 5edbd4781..b2dc35f2f 100644 --- a/Avram/IncludesCriteria.html +++ b/Avram/IncludesCriteria.html @@ -1822,7 +1822,7 @@

- + avram/criteria_extensions/includes_criteria.cr diff --git a/Avram/InheritColumnAttributes.html b/Avram/InheritColumnAttributes.html index b04ac0d30..0f9f76c1f 100644 --- a/Avram/InheritColumnAttributes.html +++ b/Avram/InheritColumnAttributes.html @@ -1818,7 +1818,7 @@

- + avram/inherit_column_attributes.cr @@ -1883,7 +1883,7 @@


- [View source] + [View source]
diff --git a/Avram/Insert.html b/Avram/Insert.html index bed3ac999..a25600701 100644 --- a/Avram/Insert.html +++ b/Avram/Insert.html @@ -1804,7 +1804,7 @@

- + avram/insert.cr @@ -1922,7 +1922,7 @@


- [View source] + [View source]
@@ -1954,7 +1954,7 @@


- [View source] + [View source]
@@ -1970,7 +1970,7 @@


- [View source] + [View source]
diff --git a/Avram/Insert/Params.html b/Avram/Insert/Params.html index 78c8ac275..787d2c858 100644 --- a/Avram/Insert/Params.html +++ b/Avram/Insert/Params.html @@ -1812,7 +1812,7 @@

- + avram/insert.cr diff --git a/Avram/InvalidDatabaseNameError.html b/Avram/InvalidDatabaseNameError.html index 6a1607a70..532365369 100644 --- a/Avram/InvalidDatabaseNameError.html +++ b/Avram/InvalidDatabaseNameError.html @@ -1804,7 +1804,7 @@

- + avram/errors.cr diff --git a/Avram/InvalidOperationError.html b/Avram/InvalidOperationError.html index 3ff51ffb5..6533682a8 100644 --- a/Avram/InvalidOperationError.html +++ b/Avram/InvalidOperationError.html @@ -1829,14 +1829,14 @@

- + avram/errors.cr
- + lucky/ext/avram/errors.cr @@ -2008,7 +2008,7 @@


- [View source] + [View source]
@@ -2040,7 +2040,7 @@


- [View source] + [View source]
@@ -2056,7 +2056,7 @@


- [View source] + [View source]
@@ -2072,7 +2072,7 @@


- [View source] + [View source]
@@ -2088,7 +2088,7 @@


- [View source] + [View source]
@@ -2104,7 +2104,7 @@


- [View source] + [View source]
diff --git a/Avram/InvalidQueryError.html b/Avram/InvalidQueryError.html index 202ea521b..3766ddaf8 100644 --- a/Avram/InvalidQueryError.html +++ b/Avram/InvalidQueryError.html @@ -1804,7 +1804,7 @@

- + avram/errors.cr diff --git a/Avram/Join.html b/Avram/Join.html index f19dc13e7..42babc0e7 100644 --- a/Avram/Join.html +++ b/Avram/Join.html @@ -1802,7 +1802,7 @@

- + avram/join.cr diff --git a/Avram/Join/Full.html b/Avram/Join/Full.html index 4b02e29ef..ae32a1ef9 100644 --- a/Avram/Join/Full.html +++ b/Avram/Join/Full.html @@ -1804,7 +1804,7 @@

- + avram/join.cr @@ -1972,7 +1972,7 @@


- [View source] + [View source]
diff --git a/Avram/Join/Inner.html b/Avram/Join/Inner.html index 0e64d6696..7794b48e6 100644 --- a/Avram/Join/Inner.html +++ b/Avram/Join/Inner.html @@ -1804,7 +1804,7 @@

- + avram/join.cr @@ -1972,7 +1972,7 @@


- [View source] + [View source]
diff --git a/Avram/Join/Left.html b/Avram/Join/Left.html index 7b3829d90..90222bb24 100644 --- a/Avram/Join/Left.html +++ b/Avram/Join/Left.html @@ -1804,7 +1804,7 @@

- + avram/join.cr @@ -1972,7 +1972,7 @@


- [View source] + [View source]
diff --git a/Avram/Join/Right.html b/Avram/Join/Right.html index fbe9e89dc..6763b814a 100644 --- a/Avram/Join/Right.html +++ b/Avram/Join/Right.html @@ -1804,7 +1804,7 @@

- + avram/join.cr @@ -1972,7 +1972,7 @@


- [View source] + [View source]
diff --git a/Avram/Join/SqlClause.html b/Avram/Join/SqlClause.html index c2a13dcfa..19af73c9f 100644 --- a/Avram/Join/SqlClause.html +++ b/Avram/Join/SqlClause.html @@ -1824,7 +1824,7 @@

- + avram/join.cr @@ -1972,7 +1972,7 @@


- [View source] + [View source]
@@ -2004,7 +2004,7 @@


- [View source] + [View source]
@@ -2020,7 +2020,7 @@


- [View source] + [View source]
@@ -2036,7 +2036,7 @@


- [View source] + [View source]
@@ -2052,7 +2052,7 @@


- [View source] + [View source]
@@ -2068,7 +2068,7 @@


- [View source] + [View source]
@@ -2084,7 +2084,7 @@


- [View source] + [View source]
@@ -2100,7 +2100,7 @@


- [View source] + [View source]
@@ -2116,7 +2116,7 @@


- [View source] + [View source]
diff --git a/Avram/LazyLoadError.html b/Avram/LazyLoadError.html index 0d1da8c73..9a606d968 100644 --- a/Avram/LazyLoadError.html +++ b/Avram/LazyLoadError.html @@ -1816,7 +1816,7 @@

- + avram/errors.cr @@ -1960,7 +1960,7 @@


- [View source] + [View source]
@@ -1992,7 +1992,7 @@


- [View source] + [View source]
@@ -2008,7 +2008,7 @@


- [View source] + [View source]
diff --git a/Avram/MarkAsFailed.html b/Avram/MarkAsFailed.html index 3e15536a4..8f76274ce 100644 --- a/Avram/MarkAsFailed.html +++ b/Avram/MarkAsFailed.html @@ -1816,7 +1816,7 @@

- + avram/mark_as_failed.cr @@ -1883,7 +1883,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator.html b/Avram/Migrator.html index 0964f34ff..8a2ebe50b 100644 --- a/Avram/Migrator.html +++ b/Avram/Migrator.html @@ -1802,14 +1802,14 @@

- + avram/migrator/alter_extension_statement.cr
- + avram/migrator/migrator.cr @@ -1872,7 +1872,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/AlterExtensionStatement.html b/Avram/Migrator/AlterExtensionStatement.html index 84ab10268..2a2765182 100644 --- a/Avram/Migrator/AlterExtensionStatement.html +++ b/Avram/Migrator/AlterExtensionStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/alter_extension_statement.cr @@ -1922,7 +1922,7 @@


- [View source] + [View source]
@@ -1954,7 +1954,7 @@


- [View source] + [View source]
@@ -1970,7 +1970,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/AlterTableStatement.html b/Avram/Migrator/AlterTableStatement.html index 929a70c2d..20d73fbf6 100644 --- a/Avram/Migrator/AlterTableStatement.html +++ b/Avram/Migrator/AlterTableStatement.html @@ -1820,7 +1820,7 @@

- + avram/migrator/alter_table_statement.cr @@ -2131,7 +2131,7 @@


- [View source] + [View source]
@@ -2161,7 +2161,7 @@


- [View source] + [View source]
@@ -2182,7 +2182,7 @@


- [View source] + [View source]
@@ -2206,7 +2206,7 @@


- [View source] + [View source]
@@ -2230,7 +2230,7 @@


- [View source] + [View source]
@@ -2257,7 +2257,7 @@


- [View source] + [View source]
@@ -2281,7 +2281,7 @@


- [View source] + [View source]
@@ -2297,7 +2297,7 @@


- [View source] + [View source]
@@ -2313,7 +2313,7 @@


- [View source] + [View source]
@@ -2329,7 +2329,7 @@


- [View source] + [View source]
@@ -2345,7 +2345,7 @@


- [View source] + [View source]
@@ -2361,7 +2361,7 @@


- [View source] + [View source]
@@ -2389,7 +2389,7 @@


- [View source] + [View source]
@@ -2405,7 +2405,7 @@


- [View source] + [View source]
@@ -2421,7 +2421,7 @@


- [View source] + [View source]
@@ -2437,7 +2437,7 @@


- [View source] + [View source]
@@ -2477,7 +2477,7 @@


- [View source] + [View source]
@@ -2493,7 +2493,7 @@


- [View source] + [View source]
@@ -2509,7 +2509,7 @@


- [View source] + [View source]
@@ -2525,7 +2525,7 @@


- [View source] + [View source]
@@ -2541,7 +2541,7 @@


- [View source] + [View source]
@@ -2557,7 +2557,7 @@


- [View source] + [View source]
@@ -2573,7 +2573,7 @@


- [View source] + [View source]
@@ -2589,7 +2589,7 @@


- [View source] + [View source]
@@ -2605,7 +2605,7 @@


- [View source] + [View source]
@@ -2621,7 +2621,7 @@


- [View source] + [View source]
@@ -2637,7 +2637,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/BuildReferenceFragment.html b/Avram/Migrator/BuildReferenceFragment.html index 7d3a71ce7..12059a2a5 100644 --- a/Avram/Migrator/BuildReferenceFragment.html +++ b/Avram/Migrator/BuildReferenceFragment.html @@ -1804,7 +1804,7 @@

- + avram/migrator/build_reference_fragment.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/ChangeNullStatement.html b/Avram/Migrator/ChangeNullStatement.html index 68da8361e..eba413e50 100644 --- a/Avram/Migrator/ChangeNullStatement.html +++ b/Avram/Migrator/ChangeNullStatement.html @@ -1822,7 +1822,7 @@

- + avram/migrator/change_null_statement.cr @@ -1935,7 +1935,7 @@


- [View source] + [View source]
@@ -1967,7 +1967,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns.html b/Avram/Migrator/Columns.html index f428efab4..37fee8a8e 100644 --- a/Avram/Migrator/Columns.html +++ b/Avram/Migrator/Columns.html @@ -1802,70 +1802,70 @@

- + avram/migrator/columns/base.cr
- + avram/migrator/columns/bool_column.cr
- + avram/migrator/columns/bytes_column.cr
- + avram/migrator/columns/float_column.cr
- + avram/migrator/columns/int16_column.cr
- + avram/migrator/columns/int32_column.cr
- + avram/migrator/columns/int64_column.cr
- + avram/migrator/columns/string_column.cr
- + avram/migrator/columns/time_column.cr
- + avram/migrator/columns/uuid_column.cr diff --git a/Avram/Migrator/Columns/Base.html b/Avram/Migrator/Columns/Base.html index 1fb8e56bd..4125e5b85 100644 --- a/Avram/Migrator/Columns/Base.html +++ b/Avram/Migrator/Columns/Base.html @@ -1836,7 +1836,7 @@

- + avram/migrator/columns/base.cr @@ -2021,7 +2021,7 @@


- [View source] + [View source]
@@ -2049,7 +2049,7 @@


- [View source] + [View source]
@@ -2065,7 +2065,7 @@


- [View source] + [View source]
@@ -2081,7 +2081,7 @@


- [View source] + [View source]
@@ -2111,7 +2111,7 @@


- [View source] + [View source]
@@ -2127,7 +2127,7 @@


- [View source] + [View source]
@@ -2143,7 +2143,7 @@


- [View source] + [View source]
@@ -2159,7 +2159,7 @@


- [View source] + [View source]
@@ -2175,7 +2175,7 @@


- [View source] + [View source]
@@ -2191,7 +2191,7 @@


- [View source] + [View source]
@@ -2207,7 +2207,7 @@


- [View source] + [View source]
@@ -2223,7 +2223,7 @@


- [View source] + [View source]
@@ -2239,7 +2239,7 @@


- [View source] + [View source]
@@ -2255,7 +2255,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/BoolColumn.html b/Avram/Migrator/Columns/BoolColumn.html index cdf70ebee..f1c81c933 100644 --- a/Avram/Migrator/Columns/BoolColumn.html +++ b/Avram/Migrator/Columns/BoolColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/bool_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/BytesColumn.html b/Avram/Migrator/Columns/BytesColumn.html index 55cea353a..7d789b93e 100644 --- a/Avram/Migrator/Columns/BytesColumn.html +++ b/Avram/Migrator/Columns/BytesColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/bytes_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/Float32Column.html b/Avram/Migrator/Columns/Float32Column.html index 8b57258c2..4061136ff 100644 --- a/Avram/Migrator/Columns/Float32Column.html +++ b/Avram/Migrator/Columns/Float32Column.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/float_column.cr @@ -2016,7 +2016,7 @@


- [View source] + [View source]
@@ -2032,7 +2032,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/Float64Column.html b/Avram/Migrator/Columns/Float64Column.html index b7ac232ac..0792d9d13 100644 --- a/Avram/Migrator/Columns/Float64Column.html +++ b/Avram/Migrator/Columns/Float64Column.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/float_column.cr @@ -2016,7 +2016,7 @@


- [View source] + [View source]
@@ -2032,7 +2032,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/FloatColumn.html b/Avram/Migrator/Columns/FloatColumn.html index d51ac7715..90a7936d2 100644 --- a/Avram/Migrator/Columns/FloatColumn.html +++ b/Avram/Migrator/Columns/FloatColumn.html @@ -1820,7 +1820,7 @@

- + avram/migrator/columns/float_column.cr @@ -2018,7 +2018,7 @@


- [View source] + [View source]
@@ -2034,7 +2034,7 @@


- [View source] + [View source]
@@ -2066,7 +2066,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/Int16Column.html b/Avram/Migrator/Columns/Int16Column.html index 755e8b9bd..c45386389 100644 --- a/Avram/Migrator/Columns/Int16Column.html +++ b/Avram/Migrator/Columns/Int16Column.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/int16_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/Int32Column.html b/Avram/Migrator/Columns/Int32Column.html index abba9449b..a957d9ff6 100644 --- a/Avram/Migrator/Columns/Int32Column.html +++ b/Avram/Migrator/Columns/Int32Column.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/int32_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/Int64Column.html b/Avram/Migrator/Columns/Int64Column.html index ef9513173..829731ca2 100644 --- a/Avram/Migrator/Columns/Int64Column.html +++ b/Avram/Migrator/Columns/Int64Column.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/int64_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/JSON.html b/Avram/Migrator/Columns/JSON.html index 6c15313b5..befb6bc24 100644 --- a/Avram/Migrator/Columns/JSON.html +++ b/Avram/Migrator/Columns/JSON.html @@ -1802,7 +1802,7 @@

- + avram/migrator/columns/json_column.cr diff --git a/Avram/Migrator/Columns/JSON/AnyColumn.html b/Avram/Migrator/Columns/JSON/AnyColumn.html index fd5346f2a..c0335dbb2 100644 --- a/Avram/Migrator/Columns/JSON/AnyColumn.html +++ b/Avram/Migrator/Columns/JSON/AnyColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/json_column.cr @@ -2014,7 +2014,7 @@


- [View source] + [View source]
@@ -2042,7 +2042,7 @@


- [View source] + [View source]
@@ -2072,7 +2072,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys.html b/Avram/Migrator/Columns/PrimaryKeys.html index c0cde1452..55a912cb8 100644 --- a/Avram/Migrator/Columns/PrimaryKeys.html +++ b/Avram/Migrator/Columns/PrimaryKeys.html @@ -1802,42 +1802,42 @@

- + avram/migrator/columns/primary_keys/base.cr
- + avram/migrator/columns/primary_keys/int16_primary_key.cr
- + avram/migrator/columns/primary_keys/int32_primary_key.cr
- + avram/migrator/columns/primary_keys/int64_primary_key.cr
- + avram/migrator/columns/primary_keys/string_primary_key.cr
- + avram/migrator/columns/primary_keys/uuid_primary_key.cr diff --git a/Avram/Migrator/Columns/PrimaryKeys/Base.html b/Avram/Migrator/Columns/PrimaryKeys/Base.html index 375ee7913..57f34a234 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/Base.html +++ b/Avram/Migrator/Columns/PrimaryKeys/Base.html @@ -1826,7 +1826,7 @@

- + avram/migrator/columns/primary_keys/base.cr @@ -1933,7 +1933,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys/Int16PrimaryKey.html b/Avram/Migrator/Columns/PrimaryKeys/Int16PrimaryKey.html index 877837303..0742edc47 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/Int16PrimaryKey.html +++ b/Avram/Migrator/Columns/PrimaryKeys/Int16PrimaryKey.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/primary_keys/int16_primary_key.cr @@ -1944,7 +1944,7 @@


- [View source] + [View source]
@@ -1976,7 +1976,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys/Int32PrimaryKey.html b/Avram/Migrator/Columns/PrimaryKeys/Int32PrimaryKey.html index 0ac2789be..c85c33df1 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/Int32PrimaryKey.html +++ b/Avram/Migrator/Columns/PrimaryKeys/Int32PrimaryKey.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/primary_keys/int32_primary_key.cr @@ -1944,7 +1944,7 @@


- [View source] + [View source]
@@ -1976,7 +1976,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys/Int64PrimaryKey.html b/Avram/Migrator/Columns/PrimaryKeys/Int64PrimaryKey.html index 353423e39..3b4744a9c 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/Int64PrimaryKey.html +++ b/Avram/Migrator/Columns/PrimaryKeys/Int64PrimaryKey.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/primary_keys/int64_primary_key.cr @@ -1944,7 +1944,7 @@


- [View source] + [View source]
@@ -1976,7 +1976,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys/StringPrimaryKey.html b/Avram/Migrator/Columns/PrimaryKeys/StringPrimaryKey.html index ab52efe68..a0efdff31 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/StringPrimaryKey.html +++ b/Avram/Migrator/Columns/PrimaryKeys/StringPrimaryKey.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/primary_keys/string_primary_key.cr @@ -1949,7 +1949,7 @@


- [View source] + [View source]
@@ -1981,7 +1981,7 @@


- [View source] + [View source]
@@ -1997,7 +1997,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/PrimaryKeys/UUIDPrimaryKey.html b/Avram/Migrator/Columns/PrimaryKeys/UUIDPrimaryKey.html index a22fbc36e..0b122876f 100644 --- a/Avram/Migrator/Columns/PrimaryKeys/UUIDPrimaryKey.html +++ b/Avram/Migrator/Columns/PrimaryKeys/UUIDPrimaryKey.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/primary_keys/uuid_primary_key.cr @@ -1949,7 +1949,7 @@


- [View source] + [View source]
@@ -1981,7 +1981,7 @@


- [View source] + [View source]
@@ -1997,7 +1997,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/StringColumn.html b/Avram/Migrator/Columns/StringColumn.html index 868aba06d..da56e241a 100644 --- a/Avram/Migrator/Columns/StringColumn.html +++ b/Avram/Migrator/Columns/StringColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/string_column.cr @@ -1999,7 +1999,7 @@


- [View source] + [View source]
@@ -2038,7 +2038,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/TimeColumn.html b/Avram/Migrator/Columns/TimeColumn.html index c6d5e092f..1489be9a6 100644 --- a/Avram/Migrator/Columns/TimeColumn.html +++ b/Avram/Migrator/Columns/TimeColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/time_column.cr @@ -2014,7 +2014,7 @@


- [View source] + [View source]
@@ -2042,7 +2042,7 @@


- [View source] + [View source]
@@ -2072,7 +2072,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/Columns/UUIDColumn.html b/Avram/Migrator/Columns/UUIDColumn.html index bda20dcf1..5136643ba 100644 --- a/Avram/Migrator/Columns/UUIDColumn.html +++ b/Avram/Migrator/Columns/UUIDColumn.html @@ -1804,7 +1804,7 @@

- + avram/migrator/columns/uuid_column.cr @@ -1997,7 +1997,7 @@


- [View source] + [View source]
@@ -2029,7 +2029,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateExtensionStatement.html b/Avram/Migrator/CreateExtensionStatement.html index a256d70b3..407b3bfa9 100644 --- a/Avram/Migrator/CreateExtensionStatement.html +++ b/Avram/Migrator/CreateExtensionStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/create_extension_statement.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateForeignKeyStatement.html b/Avram/Migrator/CreateForeignKeyStatement.html index 0dd1384aa..e18d0d427 100644 --- a/Avram/Migrator/CreateForeignKeyStatement.html +++ b/Avram/Migrator/CreateForeignKeyStatement.html @@ -1822,7 +1822,7 @@

- + avram/migrator/create_foreign_key_statement.cr @@ -1935,7 +1935,7 @@


- [View source] + [View source]
@@ -1967,7 +1967,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateFunctionStatement.html b/Avram/Migrator/CreateFunctionStatement.html index 72167b173..e9478df15 100644 --- a/Avram/Migrator/CreateFunctionStatement.html +++ b/Avram/Migrator/CreateFunctionStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/create_function_statement.cr @@ -1922,7 +1922,7 @@


- [View source] + [View source]
@@ -1954,7 +1954,7 @@


- [View source] + [View source]
@@ -1970,7 +1970,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateIndexStatement.html b/Avram/Migrator/CreateIndexStatement.html index aacf9d0bf..ec2db24d1 100644 --- a/Avram/Migrator/CreateIndexStatement.html +++ b/Avram/Migrator/CreateIndexStatement.html @@ -1844,7 +1844,7 @@

- + avram/migrator/create_index_statement.cr @@ -1984,7 +1984,7 @@


- [View source] + [View source]
@@ -2016,7 +2016,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateIndexStatement/IndexTypes.html b/Avram/Migrator/CreateIndexStatement/IndexTypes.html index 601feec8f..b4338d4db 100644 --- a/Avram/Migrator/CreateIndexStatement/IndexTypes.html +++ b/Avram/Migrator/CreateIndexStatement/IndexTypes.html @@ -1802,7 +1802,7 @@

- + avram/migrator/create_index_statement.cr @@ -1998,7 +1998,7 @@


- [View source] + [View source]
@@ -2014,7 +2014,7 @@


- [View source] + [View source]
@@ -2030,7 +2030,7 @@


- [View source] + [View source]
@@ -2046,7 +2046,7 @@


- [View source] + [View source]
@@ -2062,7 +2062,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateSequenceStatement.html b/Avram/Migrator/CreateSequenceStatement.html index 55a38cafa..9654a124d 100644 --- a/Avram/Migrator/CreateSequenceStatement.html +++ b/Avram/Migrator/CreateSequenceStatement.html @@ -1823,7 +1823,7 @@

- + avram/migrator/create_sequence_statement.cr @@ -1936,7 +1936,7 @@


- [View source] + [View source]
@@ -1968,7 +1968,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateTableStatement.html b/Avram/Migrator/CreateTableStatement.html index 95c3ba835..2e3a4d5f6 100644 --- a/Avram/Migrator/CreateTableStatement.html +++ b/Avram/Migrator/CreateTableStatement.html @@ -1820,7 +1820,7 @@

- + avram/migrator/create_table_statement.cr @@ -2033,7 +2033,7 @@


- [View source] + [View source]
@@ -2063,7 +2063,7 @@


- [View source] + [View source]
@@ -2084,7 +2084,7 @@


- [View source] + [View source]
@@ -2100,7 +2100,7 @@


- [View source] + [View source]
@@ -2116,7 +2116,7 @@


- [View source] + [View source]
@@ -2132,7 +2132,7 @@


- [View source] + [View source]
@@ -2148,7 +2148,7 @@


- [View source] + [View source]
@@ -2207,7 +2207,7 @@


- [View source] + [View source]
@@ -2223,7 +2223,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/CreateTriggerStatement.html b/Avram/Migrator/CreateTriggerStatement.html index 01b0aef3a..e8c76bd60 100644 --- a/Avram/Migrator/CreateTriggerStatement.html +++ b/Avram/Migrator/CreateTriggerStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/create_trigger_statement.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropExtensionStatement.html b/Avram/Migrator/DropExtensionStatement.html index 2f08f33a8..d26e53217 100644 --- a/Avram/Migrator/DropExtensionStatement.html +++ b/Avram/Migrator/DropExtensionStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/drop_extension_statement.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropForeignKeyStatement.html b/Avram/Migrator/DropForeignKeyStatement.html index 0d6217a01..f46d3aca3 100644 --- a/Avram/Migrator/DropForeignKeyStatement.html +++ b/Avram/Migrator/DropForeignKeyStatement.html @@ -1822,7 +1822,7 @@

- + avram/migrator/drop_foreign_key_statement.cr @@ -1935,7 +1935,7 @@


- [View source] + [View source]
@@ -1967,7 +1967,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropFunctionStatement.html b/Avram/Migrator/DropFunctionStatement.html index c1403c0ee..927c5a38d 100644 --- a/Avram/Migrator/DropFunctionStatement.html +++ b/Avram/Migrator/DropFunctionStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/drop_function_statement.cr @@ -1917,7 +1917,7 @@


- [View source] + [View source]
@@ -1949,7 +1949,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropIndexStatement.html b/Avram/Migrator/DropIndexStatement.html index f57085f9b..2c4585205 100644 --- a/Avram/Migrator/DropIndexStatement.html +++ b/Avram/Migrator/DropIndexStatement.html @@ -1843,7 +1843,7 @@

- + avram/migrator/drop_index_statement.cr @@ -2007,7 +2007,7 @@


- [View source] + [View source]
@@ -2039,7 +2039,7 @@


- [View source] + [View source]
@@ -2055,7 +2055,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropSequenceStatement.html b/Avram/Migrator/DropSequenceStatement.html index 09ea71432..27a4d8f92 100644 --- a/Avram/Migrator/DropSequenceStatement.html +++ b/Avram/Migrator/DropSequenceStatement.html @@ -1822,7 +1822,7 @@

- + avram/migrator/drop_sequence_statement.cr @@ -1935,7 +1935,7 @@


- [View source] + [View source]
@@ -1967,7 +1967,7 @@


- [View source] + [View source]
diff --git a/Avram/Migrator/DropTableStatement.html b/Avram/Migrator/DropTableStatement.html index 3cafe2761..482e8ea88 100644 --- a/Avram/Migrator/DropTableStatement.html +++ b/Avram/Migrator/DropTableStatement.html @@ -1804,7 +1804,7 @@

- + avram/migrator/drop_table_statement.cr @@ -1826,7 +1826,7 @@