Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / colopl/laravel-spanner issues and pull requests

#262 - fix: stan errors

Pull Request - State: open - Opened by taka-oyama 3 days ago - 1 comment
Labels: bug, waiting for review

#261 - Add support for SELECT FOR UPDATE

Issue - State: open - Opened by taka-oyama 6 days ago
Labels: enhancement

#260 - feat: allow starting value to be set for generated columns

Pull Request - State: closed - Opened by taka-oyama 16 days ago - 2 comments
Labels: enhancement, waiting for review

#259 - feat: rename table support

Pull Request - State: closed - Opened by taka-oyama 16 days ago - 1 comment
Labels: enhancement, waiting for review

#258 - feat: support auto incrementing on Model

Pull Request - State: closed - Opened by taka-oyama 26 days ago - 5 comments
Labels: enhancement, waiting for review

#257 - Add support for Model::insertAndSetId()

Issue - State: closed - Opened by taka-oyama 26 days ago
Labels: enhancement

#256 - [v9] Remove `DoesNotAutoIncrement` trait

Issue - State: closed - Opened by taka-oyama 26 days ago
Labels: enhancement

#255 - feat: use expected type for Connection::__construct() to bypass phpstan errors

Pull Request - State: closed - Opened by taka-oyama 26 days ago - 1 comment
Labels: enhancement, waiting for review

#254 - feat: deprecate Connection::getDoctrineConnection()

Pull Request - State: closed - Opened by taka-oyama 26 days ago - 1 comment
Labels: enhancement, waiting for review

#253 - chore: update laravel to 11.31 to avoid security vulnerability

Pull Request - State: closed - Opened by taka-oyama 26 days ago - 1 comment
Labels: chore, waiting for review

#252 - chore: remove unused option "useGapicBackoffs"

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: chore, waiting for review

#251 - chore: add better phpdoc to TimestampBound

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: chore, waiting for review

#250 - chore: Connection:: __debugInfo cleanup

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: chore, waiting for review

#249 - chore: symfony/deprecation-contracts is no longer used

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: chore, waiting for review

#248 - feat: add php8.4 support

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: enhancement, waiting for review

#247 - chore: phpstan errors

Pull Request - State: closed - Opened by taka-oyama 27 days ago - 1 comment
Labels: chore

#246 - Fix Grammar::substituteBindingsIntoRawSql fails during unnesting

Pull Request - State: closed - Opened by zeriyoshi 27 days ago - 2 comments
Labels: waiting for review

#245 - Support PHPStan 2.x

Pull Request - State: closed - Opened by zeriyoshi about 1 month ago - 2 comments
Labels: enhancement, chore, waiting for review

#244 - chore: better PHPStan support

Pull Request - State: closed - Opened by zeriyoshi about 1 month ago - 1 comment
Labels: enhancement, waiting for review

#243 - feat: IDENTITY column support

Pull Request - State: closed - Opened by taka-oyama about 2 months ago - 1 comment
Labels: enhancement, waiting for review

#242 - fix: backport #150 and #166 to 5.x branch

Pull Request - State: closed - Opened by dkkoma 3 months ago - 1 comment
Labels: enhancement, waiting for review

#241 - feat: consolidate schema options formatting

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#240 - feat: invisble columns support

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#239 - fix: IndexDefinition should inherit Illuminate\Database\Schema\IndexDefinition

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#239 - fix: IndexDefinition should inherit Illuminate\Database\Schema\IndexDefinition

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#238 - chore: fix formatting

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: chore, waiting for review

#237 - feat: better phpstan support part2

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#236 - feat: better phpstan support part 1

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#235 - feat: add FULL TEXT SEARCH support

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: enhancement, waiting for review

#234 - Support for full-text search

Issue - State: open - Opened by taka-oyama 3 months ago
Labels: enhancement

#234 - Support for full-text search

Issue - State: closed - Opened by taka-oyama 3 months ago
Labels: enhancement

#233 - fix: laravel/framework fixed stan errors in 11.29.0

Pull Request - State: closed - Opened by taka-oyama 3 months ago - 1 comment
Labels: bug, waiting for review

#232 - Nested transactions are not supported by this client.

Issue - State: open - Opened by matthewjumpsoffbuildings 4 months ago - 13 comments

#231 - Add snapshot methods to query builder/model

Issue - State: open - Opened by matthewjumpsoffbuildings 4 months ago - 9 comments

#230 - feat: add change stream support

Pull Request - State: closed - Opened by taka-oyama 5 months ago - 2 comments
Labels: enhancement, waiting for review

#229 - feat: allow commit options to be set from config and Connection

Pull Request - State: closed - Opened by taka-oyama 5 months ago - 1 comment
Labels: enhancement

#228 - Add support for CHANGE STREAM DDL

Issue - State: closed - Opened by taka-oyama 5 months ago
Labels: enhancement

#227 - feat: deprecate Connection::getDatabaseContext and rename to getMutationExecutor

Pull Request - State: closed - Opened by taka-oyama 5 months ago - 1 comment
Labels: enhancement

#226 - feat: use UNNEST to bypass parameter limit

Pull Request - State: closed - Opened by taka-oyama 5 months ago - 1 comment
Labels: enhancement

#225 - feat: add support for whereNotInUnnest

Pull Request - State: closed - Opened by taka-oyama 6 months ago - 2 comments
Labels: enhancement

#224 - fix: migration broke in laravel v11.15

Pull Request - State: closed - Opened by taka-oyama 6 months ago - 1 comment
Labels: bug

#223 - fix: phpstan error for string('column', 'MAX')

Pull Request - State: closed - Opened by taka-oyama 7 months ago - 2 comments
Labels: bug

#222 - feat: add docs for Query\Builder::whereInUnnest

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 1 comment
Labels: enhancement

#221 - feat: add Query\Builder::whereInEmbedded

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 3 comments
Labels: enhancement

#220 - fix: incorrect phpdoc for Mutations

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 1 comment
Labels: bug

#218 - phpstan fails on migrations when string('column', 'MAX') is used

Issue - State: closed - Opened by oprudkyi 8 months ago - 1 comment

#217 - incorrect phpdoc/types in insertUsingMutations()

Issue - State: closed - Opened by oprudkyi 8 months ago

#216 - fix: updateOrInsert signature change in 11.10

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 1 comment
Labels: bug

#215 - feat: Support snapshot queries

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 7 comments
Labels: enhancement

#214 - chore: fix stan errors

Pull Request - State: closed - Opened by taka-oyama 8 months ago
Labels: chore

#213 - fix: Timestamp bound queries were not applied when in transaction

Pull Request - State: closed - Opened by taka-oyama 8 months ago - 1 comment
Labels: bug

#212 - Timestamp bound queries are not applied when in read-write transaction

Issue - State: closed - Opened by taka-oyama 8 months ago
Labels: bug

#211 - Really basic attempt to get snapshots working

Pull Request - State: closed - Opened by matthewjumpsoffbuildings 8 months ago - 1 comment

#210 - fix: authCache needs namespace for each connection

Pull Request - State: closed - Opened by taka-oyama 9 months ago - 1 comment
Labels: bug

#209 - Switching connections doesnt work due to AuthCache

Issue - State: closed - Opened by matthewjumpsoffbuildings 9 months ago - 2 comments
Labels: bug

#208 - feat: allow request timeout at query level

Pull Request - State: closed - Opened by taka-oyama 9 months ago - 1 comment
Labels: enhancement

#207 - feat: add support for INSERT OR IGNORE

Pull Request - State: closed - Opened by taka-oyama 9 months ago - 2 comments
Labels: enhancement

#206 - feat: Transaction and request tagging support

Pull Request - State: closed - Opened by taka-oyama 10 months ago - 2 comments
Labels: enhancement

#205 - Add Support maxCommitDelay when insert and update

Issue - State: closed - Opened by b141568 10 months ago - 1 comment
Labels: enhancement

#204 - Spanner migrate commands

Pull Request - State: closed - Opened by matthewjumpsoffbuildings 10 months ago - 2 comments

#203 - feature: INSERT OR UPDATE (upsert) support

Pull Request - State: closed - Opened by taka-oyama 11 months ago - 1 comment
Labels: enhancement

#202 - Support QueryBuilder::upsert()

Issue - State: closed - Opened by taka-oyama 11 months ago
Labels: enhancement

#201 - Support QueryBuilder::insertOrIgnore()

Issue - State: closed - Opened by taka-oyama 11 months ago - 2 comments
Labels: enhancement

#200 - feat: laravel 11 support

Pull Request - State: closed - Opened by taka-oyama 11 months ago
Labels: enhancement

#199 - Update to Laravel 11

Issue - State: closed - Opened by taka-oyama 11 months ago
Labels: enhancement

#198 - Rename table support

Issue - State: closed - Opened by taka-oyama 11 months ago - 1 comment
Labels: enhancement

#197 - fix: Connection::escapeString should escape backslashes

Pull Request - State: closed - Opened by taka-oyama 11 months ago
Labels: bug

#196 - Transactions, locking and retries

Issue - State: closed - Opened by matthewjumpsoffbuildings 11 months ago - 11 comments

#195 - Model relation loading performance

Issue - State: closed - Opened by matthewjumpsoffbuildings 11 months ago - 9 comments
Labels: question

#194 - Update Changelog

Pull Request - State: closed - Opened by matthewjumpsoffbuildings 11 months ago
Labels: chore

#193 - dropAll() return immediately if no tables found

Pull Request - State: closed - Opened by matthewjumpsoffbuildings 11 months ago - 14 comments
Labels: enhancement

#192 - Make default morphs type UUID

Pull Request - State: closed - Opened by matthewjumpsoffbuildings 11 months ago
Labels: enhancement

#189 - Add support for request and transaction tagging

Issue - State: closed - Opened by taka-oyama 11 months ago
Labels: enhancement

#188 - fix: prepareBinding should not have changed return type

Pull Request - State: closed - Opened by taka-oyama 12 months ago - 2 comments
Labels: bug

#187 - chore: partitionedDml can be tested in emulator now

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: chore

#186 - chore: allow code coverage

Pull Request - State: closed - Opened by taka-oyama 12 months ago - 1 comment
Labels: chore

#185 - chore: use better test methods

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: chore

#184 - Add support for explain

Issue - State: open - Opened by taka-oyama 12 months ago
Labels: enhancement

#183 - chore: fix formatting and spelling errors

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: chore

#182 - fix: use lower case for methods and type casts

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: bug

#181 - feat: add support for SEQUENCE

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: enhancement

#180 - feat: allow spanner_emulator.disable_query_null_filtered_index_check to be set

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: enhancement

#179 - feat: allow default transaction attempts to be changed

Pull Request - State: closed - Opened by taka-oyama 12 months ago
Labels: enhancement

#178 - chore: remove deprecated methods

Pull Request - State: closed - Opened by taka-oyama about 1 year ago - 1 comment
Labels: chore

#177 - feat: do primary key check on server side

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: enhancement

#176 - chore: clean up tests

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: chore

#175 - feat: add support for Schema::increments

Pull Request - State: closed - Opened by taka-oyama about 1 year ago - 1 comment
Labels: enhancement

#174 - feat: add support for GENERATE_UUID

Pull Request - State: closed - Opened by taka-oyama about 1 year ago - 1 comment
Labels: enhancement

#173 - Support GENERATE_UUID in ColumnDefinition

Issue - State: closed - Opened by taka-oyama about 1 year ago
Labels: enhancement

#172 - feat: support table prefixing

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: enhancement

#171 - chore: refactor Schema/Builder

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: chore

#170 - feat: Allow pretending for DDL statements

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: enhancement

#169 - fix: Connection::runDdlBatch should allow empty

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: bug

#168 - feat: support inserting and selecting DateTime/Numeric objects

Pull Request - State: closed - Opened by taka-oyama about 1 year ago
Labels: enhancement

#167 - Adding prefix the tables

Issue - State: closed - Opened by b141568 about 1 year ago - 1 comment
Labels: enhancement

#165 - Tests are failing

Issue - State: closed - Opened by halnique about 1 year ago