latitude icon indicating copy to clipboard operation
latitude copied to clipboard

A SQL query builder with zero dependencies

Results 12 latitude issues
Sort by recently updated
recently updated
newest added

Hello, I use your library to generate sql for Clickhouse server. I cannot use question mark because the Clickhouse php library doesn't support them. Is there any way to name...

enhancement
help wanted

See https://github.com/shadowhand/latitude/issues/37#issuecomment-651809904

Refer to changes make in #58; the following methods should be modified: - Merge functionality of `addColumns()` into `columns()` - Merge functionality of `addFrom()` into `from()`

enhancement

I'm looking to do something similar to this... https://stackoverflow.com/questions/6332043/sql-order-by-multiple-values-in-specific-order Where I already know the specific order to apply before creating the query. In raw sql this would be written like...

enhancement
help wanted

*Consolidating discussion from #71, #66, #58, #31 to document the plan for implementing modifications to queries. This applies mainly to `SELECT` but also other queries.* **WIP: This issue will be...

enhancement
documentation

I'm getting this error: ``` Error: Call to undefined method Latitude\QueryBuilder\Query\UpdateQuery::limit() ``` and have noticed that limit capability is missing in Update queries. orderBy is missing too.

enhancement
help wanted

~The diff on this is larger than in actuality because `phpcbf` needs to be ran.~ Merging #162 will clear that up. I have a field with a backtick in a...

I'm going to open a second PR ( #163 ) - but the test suite (phpcs in particular) is currently failing. I'm going to build the second PR against this...

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies
php

Greetings, Working on a new project and I'm running into this deprecation warning: ``` Deprecated: Latitude\QueryBuilder\QueryFactory::__construct(): Implicitly marking parameter $engine as nullable is deprecated, the explicit nullable type must be...