Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Makefile and docs #19

Merged
merged 3 commits into from
Sep 4, 2017
Merged

Makefile and docs #19

merged 3 commits into from
Sep 4, 2017

Conversation

jkva
Copy link
Contributor

@jkva jkva commented Sep 4, 2017

These are some basic docs to get devs set up.

@jkva
Copy link
Contributor Author

jkva commented Sep 4, 2017

@abeverley One thing I still notice in tests:

t/003_display_field.t ... DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table calcval has no column named HASH(0x81efe78) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "calcval_idx_value_text" ON "calcval" ("HASH(0x81efe78)")") at t/lib/DataSheet.pm line 318
DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table enumval has no column named HASH(0x81f32b8) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "enumval_idx_value" ON "enumval" ("HASH(0x81f32b8)")") at t/lib/DataSheet.pm line 318
DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table fileval has no column named HASH(0x81f01f0) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "fileval_idx_name" ON "fileval" ("HASH(0x81f01f0)")") at t/lib/DataSheet.pm line 318
DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table user has no column named HASH(0x81f8998) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "user_idx_value" ON "user" ("HASH(0x81f8998)")") at t/lib/DataSheet.pm line 318
DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table user has no column named HASH(0x81f89c8) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "user_idx_email" ON "user" ("HASH(0x81f89c8)")") at t/lib/DataSheet.pm line 318
DBIx::Class::Storage::DBI::deploy(): DBIx::Class::Storage::DBI::deploy(): DBI Exception: DBD::SQLite::db do failed: table user has no column named HASH(0x81f8db8) at t/lib/DataSheet.pm line 318
 (running "CREATE INDEX "user_idx_username" ON "user" ("HASH(0x81f8db8)")") at t/lib/DataSheet.pm line 318

Not sure why this is. Some strange schema problem?

@abeverley abeverley merged commit 26526f3 into ctrlo:menu Sep 4, 2017
@jkva jkva deleted the makefile-and-docs branch September 4, 2017 13:37
@abeverley
Copy link
Contributor

@jkva - found it: you need this patch for SQL::Translator:
dbsrgits/sql-translator#68

abeverley pushed a commit that referenced this pull request Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants