-
```
What steps will reproduce the problem?
1. Open database object browser
2. select table, right click and select table DDL
3. The output contains line 'with DEFAUTL getdate()' after create index
co…
-
First off, is this the correct forum for this sort of question?
If it is, what is the recommended procedure for generating a new db from such a script.
FWIW, I am running FR 0.9.3 hash 375bec5f fr…
-
Alternative QQ for defining database, parsing pure DDL.
```sql
[fromDLL|
CREATE TABLE user
(
student_id INT,
);
|]
```
-
per this Community Slack discussion here:
https://clickhousedb.slack.com/archives/CU478UEQZ/p1678474718774849
Original question:
`I'm using a timestamp in my ORDER BY schema and I'm noticing that…
-
### What did you do?
unstable kafka integration test reports the problem.
When the `checkpointTs == DDL.CommitTs` is true, the DDL should be sent first, but the checkpoinTs was sent first.
### Wh…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a recipe for reproducing the error.
The following ddl error handling…
-
```
What steps will reproduce the problem?
Run the following twice from the web interface after getting the standard
AsterixDB demo data loaded:
use dataverse TinySocial;
create function InfoFromU…
-
```
Make DDL recovery run concurrently with other jobs --> DDL recovery should not
make metadata node wait during the metadata node's bootstrapping.
```
Original issue reported on code.google.com by…
-
Hello Sylvester, this looks like a dynamic solution.
Can you share or set a flag, where users can only select items based on previous selections.
For e.g. I am tryin to do a fantasy soccer websi…
-
If you try to drop a column that has a not null constraint in sqlite3, the migration tool says it was "Unable to find column to change".
See the following gist for an example setup:
https://gist.gith…