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

database-introspection: Don't mark columns as auto increment with incompatible type #3

Closed
aknuds1 opened this issue Aug 26, 2019 · 1 comment
Assignees

Comments

@aknuds1
Copy link
Contributor

aknuds1 commented Aug 26, 2019

database-introspection: Don't mark SQLite columns as auto increment with incompatible type, even if they're part of the primary key, f.ex. TEXT.

NB: Keep in mind that SQLite column types are only symbolic, find out how this works in practice.

@aknuds1 aknuds1 added the bug label Aug 26, 2019
@aknuds1 aknuds1 self-assigned this Aug 26, 2019
@aknuds1
Copy link
Contributor Author

aknuds1 commented Aug 26, 2019

Fixed in #6.

@aknuds1 aknuds1 closed this as completed Aug 26, 2019
dpetrick added a commit that referenced this issue Dec 31, 2020
dpetrick added a commit that referenced this issue Dec 31, 2020
* Debug model

* Attempted fix

* Second attempt

* Attempt #3
miguelff pushed a commit that referenced this issue Apr 20, 2023
SevInf added a commit that referenced this issue Jul 22, 2024
* ci(github): Build Linux engines (#1)

* add run-name

* fix: add target_path to Linux Status (x86_64) (#3)

* chore: update actions and autoformat

* ci: do all the things `engineer` CLI does for releasing engines (#4)

* remove /target from cache

* add release if github.event_name == 'workflow_dispatch'

* Comment out push/pr triggers

* Run on PR (tmp)

* Remove old pipelines, make commit optional

* Run linux jobs in docker containers

* Revert "Run linux jobs in docker containers"

This reverts commit aa6e6cc.

* Remove explicit repository

* Try to mount cache dirs, use rust-toolchain files

* No quotes

* Add osx arm toolchain

* Uncomment s3 upload

* Fix shellcheck

* Correct bucket

* Comment out R2

* Setup R2 uploads again

* Add workflow-dispatch for engines-wrapper

* Fix script

* Use github.sha everywhere

* Use prisma bot token

* Use repository dispatch

* Use short branch name

* Correct repo for dispatch

* head-ref?

* Skip engines build if no release is necessary

* Add all DBs tested on buildkite to GH Actions

* Split qe test job into multiple jobs because FML

* Adjust job/workflows names

* And again

* Run mysql as single threaded

* Ignore joins test on old mysql

* Bring back mariadb

* Organize pipelines better

* Add order by to fix postgres9

* Move DA tests into unified view

* Cleanup

* Address some of the review comments

* Pull command construction into separate script

[integration]

* Correctly check for [integration]

[integration]

* PR-safe way of getting commit message

[integration]

* n1

[integration]

* Correct multiline string

[integration]

* Checkout different ref

[integration]

* Try more things

[integration]

* Fix shellcheck

[integration]

* Check repository owner

[integration]

* I am sad

[integration]

* permissions?

* Revert to prisma bot token

* Revert back to membership check

[integration]

* Please

[integration]

* Uncomment triggers

---------

Co-authored-by: Jan Piotrowski <[email protected]>
Co-authored-by: Joël Galeran <[email protected]>
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

No branches or pull requests

1 participant