-
When I write a new migration but forget to add it to the pgpkg.toml file, pgpkg treats it like a MOB definition, and returns a parsing error.
```
error: unable to complete package installation: u…
-
```
What steps will reproduce the problem?
1. Call Statement.execute() with SQL: print 'test'
2. Nothing logs.
What is the expected output? What do you see instead?
I wrote a quick Java app to tes…
-
Would love this support. I'm not familiar with CoffeeScript syntax, so I'll need to figure my way around the repo if I were to make a PR.
-
Currently looks like because of map usage for storing column data each time insert/update/select SQL statements are generated column order is different, that makes grouping of SQL statements for perf …
-
1.Hope to support dynamic tags
2.The project in the example is too simple
3.Can sql be as flexible as mybatis?
-
I am encountering an issue with postgres-exporter where it fails to collect metrics from the pg_stat_statements extension in my PostgreSQL database. Here are the details of my setup and the problem:
…
-
What are your views on having descriptive table aliases? For example, would you prefer below:
```ABAP
SELECT
notification~qmnum AS notification_number,
not…
-
UPDATE and DELETE statements (ignoring fast-paths) both perform an initial row-fetch to retrieve the current value a row before issuing their writes. From the perspective of KV, this leads to the foll…
-
![image](https://cloud.githubusercontent.com/assets/904633/8217399/48d44c3a-150b-11e5-8646-4db9b1613fde.png)
AFTER Pretty Print (note Select is merged with statement near right edge)
![image](https:…
-
## Motivation
There are several use cases that require views to have primary keys:
* Combine deletes and inserts to the same key into a single atomic update
* Many sinks either don't support de…