Keith Brink

Results 10 issues of Keith Brink

**Feature description or problem with existing feature** Is it possible to have snake case as the preferred format for variable names? Intelephense currently suggests camel case, which means I am...

Adds support for `EXTRACT(DAY FROM timestamp)`: https://www.postgresql.org/docs/current/functions-datetime.html

I'd like to use the compound filters (currently a TODO comment) when querying a database. Specifically, I would like to use an "and" filter to add two filters at the...

enhancement

I'm getting this error after running deptrac - the report gets generated above this error successfully so it's not a big problem. ``` Fatal error: Uncaught Error: Call to undefined...

bug
help wanted

It would be really nice if we could have parametrized templates so that our CS team can pick the correct template, fill in the variables, and the full query would...

Admin users should be able to approve any request, including the ones they created. Makes it difficult to test the system without that ability. ![CleanShot 2024-07-15 at 09 39 44@2x](https://github.com/user-attachments/assets/bf649f1e-d77c-4d36-a9dc-2c792db82a3c)

### Is your feature request related to a problem? When I add an instance to Bytebase, it pulls in all the databases on that instance. However, I would only like...

## 🔍 Changes Made I added a condition to not run the mergeConfigFrom in the CycleServiceProvider if the config already has been published. ## 🤔 Rationale If you do not...

**Describe the bug** Intelephense usually shows an error if an interface or abstract class has not been fully implemented. An error is not currently shown if a class that extends...

diagnostics

**Describe the bug** Intelephense is displaying the incorrect error message in readonly classes with hooked properties. Rather than showing that hooked properties cannot be readonly, it shows that "readonly property...

bug
diagnostics