cockroachdb-laravel icon indicating copy to clipboard operation
cockroachdb-laravel copied to clipboard

A driver for compatibility between Laravel and CockroachDB

Results 9 cockroachdb-laravel issues
Sort by recently updated
recently updated
newest added

## Changes In Code I added a check to see if the statement is ending with a semicolon. If not, it'll add it so that the .sql file generated is...

## Changes In Code Add custom `CockroachSchemaManager` extending the `PostgreSQLSchemaManager` and override the `selectTableColumns()` function to add the `a.attisdropped = false` flag to the SQL query. Additionally override `compileColumns` function...

### What happened? We have a Laravel project that has the following migration steps: - Create column `Y_temp` - Migrate data from column `X` to `Y_temp` - Drop column `X`...

bug

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

## Changes In Code ## Issue ticket number / Business Case ## Checklist before requesting a review - [ ] I have written PHP tests. - [ ] I have...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

### What happened? I attempted to install the `ylsideas/cockroachdb-laravel` package in my Laravel project, but the installation failed due to a version conflict with `illuminate/contracts`. The error message indicates that...

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

### What happened? CockroachDB have enabled autocommit_before_ddl default to true as of V25, this results in transactions getting committed before they're told and results in PDO erroring with "No active...

bug