Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta #3664

Merged
merged 69 commits into from
Dec 3, 2024
Merged

Beta #3664

Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
407ace4
fix: $with for withReplicas
malonehedges Jan 27, 2024
b54a848
Merge branch 'beta' into with-replicas-fix
AndriiSherman Mar 9, 2024
b03c15b
Merge branch 'beta' into with-replicas-fix
AndriiSherman Mar 14, 2024
89ee201
[SingleStore] Add SingleStore connector (#32)
Rodriguespn Oct 2, 2024
b813ee5
rebase singlestore connector with last commit: https://github.com/dri…
Rodriguespn Oct 23, 2024
2f84354
skip view tests
Rodriguespn Oct 30, 2024
0a4ef87
Merge branch 'main' of https://github.com/drizzle-team/drizzle-orm in…
AndriiSherman Nov 4, 2024
3c34713
Merge branch 'beta' of https://github.com/drizzle-team/drizzle-orm in…
AndriiSherman Nov 4, 2024
456758b
Fix conflicts
AndriiSherman Nov 4, 2024
dab40c8
No fks?
AndriiSherman Nov 4, 2024
465a8a2
Fix after failed tests
AndriiSherman Nov 4, 2024
6b8676e
Add drizzleIntegration query header
apeng-singlestore Nov 6, 2024
feb0e60
Add a few test changes
AndriiSherman Nov 7, 2024
d2fb074
[SingleStore] Add SingleStore connector (#32)
Rodriguespn Oct 2, 2024
6e91991
rebase singlestore connector with last commit: https://github.com/dri…
Rodriguespn Oct 23, 2024
f5c662b
skip view tests
Rodriguespn Oct 30, 2024
67d0548
imports checker with OHM grammar
AlexBlokh Nov 3, 2024
beddb85
imports checker with OHM grammar + fix of imports issues
AlexBlokh Nov 3, 2024
a9ad0ae
Fix conflicts
AndriiSherman Nov 4, 2024
0414ecf
No fks?
AndriiSherman Nov 4, 2024
329638c
Fix after failed tests
AndriiSherman Nov 4, 2024
6c2e568
Add drizzleIntegration query header
apeng-singlestore Nov 6, 2024
1ddce27
Add a few test changes
AndriiSherman Nov 7, 2024
e9db7f1
fix some singlestore drizzle kit tests
Rodriguespn Nov 7, 2024
5f816d6
Merge branch 'feature/new-dialect-singlestore' of https://github.com/…
apeng-singlestore Nov 7, 2024
bb10615
Merge branch 'feature/new-dialect-singlestore' of github.com:singlest…
AndriiSherman Nov 11, 2024
7be73df
update SingleStore decimal column type
Rodriguespn Nov 11, 2024
198fbc2
remove unnecessary logs
Rodriguespn Nov 11, 2024
40e0037
Fixed type parsing
AndriiSherman Nov 11, 2024
7dd05e9
Merge branch 'feature/new-dialect-singlestore' of github.com:singlest…
AndriiSherman Nov 11, 2024
28d29f7
Fix decimal SingleStore
AndriiSherman Nov 11, 2024
997f94b
update SingleStore decimal column type
Rodriguespn Nov 11, 2024
643d83e
update SingleStore float column type
Rodriguespn Nov 11, 2024
df04b80
singlestore drizzle-kit test pass
Rodriguespn Nov 12, 2024
0b31d85
nit: missing files from main
Rodriguespn Nov 12, 2024
746e091
fix changelog files
Rodriguespn Nov 12, 2024
9a68340
fix drizzle-kit non singlestore files
Rodriguespn Nov 12, 2024
dc3d78c
remain fix of non singlestore files and common files
Rodriguespn Nov 13, 2024
28cd0e1
update drizzle-orm
Rodriguespn Nov 13, 2024
9e591e6
update singlestore-driver
Rodriguespn Nov 13, 2024
c9f780c
update singlestore-proxy
Rodriguespn Nov 13, 2024
d167aa8
cleaning singlestore drizzle-orm and passing tests
Rodriguespn Nov 13, 2024
0d204bf
remove views and generated columns from drizzle-kit
Rodriguespn Nov 13, 2024
2816180
remove mode from drizzle-orm
Rodriguespn Nov 14, 2024
0969a76
fix replica integration tests
Rodriguespn Nov 14, 2024
59979c3
Fixes for kit singlestore
AndriiSherman Nov 25, 2024
19baeea
Remove unsupported API
AndriiSherman Nov 25, 2024
b31050f
Merge branch 'beta' of https://github.com/drizzle-team/drizzle-orm in…
AndriiSherman Nov 25, 2024
2552c03
Fix build problems
AndriiSherman Nov 25, 2024
675e285
Clear drizzle-kit tests
AndriiSherman Nov 25, 2024
cc04576
Remove .only from tests
AndriiSherman Nov 25, 2024
a96956e
Merge pull request #3615 from drizzle-team/main
AndriiSherman Nov 25, 2024
f704bb8
Merge branch 'beta' of https://github.com/drizzle-team/drizzle-orm in…
AndriiSherman Nov 25, 2024
b71f896
Fix integration tests by removing RQB support for now
AndriiSherman Nov 28, 2024
6cd108e
Fix tests
AndriiSherman Nov 28, 2024
a7371d9
created sqlite durable objects driver
AleksandrSherman Nov 29, 2024
2fcbec2
updated lockfile
AleksandrSherman Nov 29, 2024
440c1ee
fixed dprint issues
AleksandrSherman Nov 29, 2024
819ebd6
updated migration js text
AleksandrSherman Dec 2, 2024
3d262cd
updated tests
AleksandrSherman Dec 2, 2024
3b479a3
Merge pull request #3132 from singlestore-labs/feature/new-dialect-si…
AndriiSherman Dec 2, 2024
694f9c2
Extended Neon HTTP `$withAuth` token variants (#3622)
Sukairo-02 Dec 2, 2024
4ff2c51
Merge branch 'beta' into feature/sqlite-durable-objects
AndriiSherman Dec 2, 2024
14e59f4
Merge pull request #3647 from drizzle-team/feature/sqlite-durable-obj…
AndriiSherman Dec 2, 2024
3cd1d01
Merge branch 'beta' into with-replicas-fix
AndriiSherman Dec 3, 2024
9aed6a3
Format
AndriiSherman Dec 3, 2024
0067277
Merge pull request #1839 from malonehedges/with-replicas-fix
AndriiSherman Dec 3, 2024
61b4e8e
Bump versions
AndriiSherman Dec 3, 2024
a7415b8
dprint
AndriiSherman Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip view tests
  • Loading branch information
Rodriguespn committed Nov 7, 2024
commit f5c662b6fdc194d65fae8181ab99a4e4224a1650
18 changes: 9 additions & 9 deletions drizzle-kit/tests/singlestore-views.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { int, singlestoreTable, singlestoreView } from 'drizzle-orm/singlestore-
import { expect, test } from 'vitest';
import { diffTestSchemasSingleStore } from './schemaDiffer';

test('create view #1', async () => {
test.skip('create view #1', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -35,7 +35,7 @@ SQL SECURITY definer
VIEW \`some_view\` AS (select \`id\` from \`users\`);`);
});

test('create view #2', async () => {
test.skip('create view #2', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -164,7 +164,7 @@ test('rename view', async () => {
expect(sqlStatements[0]).toBe(`RENAME TABLE \`some_view\` TO \`new_some_view\`;`);
});

test('rename view and alter meta options', async () => {
test.skip('rename view and alter meta options', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -232,7 +232,7 @@ test('rename view with existing flag', async () => {
expect(sqlStatements.length).toBe(0);
});

test('add meta to view', async () => {
test.skip('add meta to view', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -289,7 +289,7 @@ test('add meta to view with existing flag', async () => {
expect(sqlStatements.length).toBe(0);
});

test('alter meta to view', async () => {
test.skip('alter meta to view', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -348,7 +348,7 @@ test('alter meta to view with existing flag', async () => {
expect(sqlStatements.length).toBe(0);
});

test('drop meta from view', async () => {
test.skip('drop meta from view', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -405,7 +405,7 @@ test('drop meta from view existing flag', async () => {
expect(sqlStatements.length).toBe(0);
});

test('alter view ".as" value', async () => {
test.skip('alter view ".as" value', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -441,7 +441,7 @@ VIEW \`some_view\` AS (SELECT * FROM \`users\` WHERE \`users\`.\`id\` = 1)
WITH cascaded CHECK OPTION;`);
});

test('rename and alter view ".as" value', async () => {
test.skip('rename and alter view ".as" value', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down Expand Up @@ -509,7 +509,7 @@ test('set existing', async () => {
expect(sqlStatements.length).toBe(0);
});

test('drop existing', async () => {
test.skip('drop existing', async () => {
const users = singlestoreTable('users', {
id: int('id').primaryKey().notNull(),
});
Expand Down