Angela Xie
bdfad0c23d
update integration tests
2025-08-19 12:35:44 -07:00
Brian Hendriks
0f18d576fe
fix myql test attempt 2
2025-08-01 16:04:28 -07:00
Brian Hendriks
9aa1bdf736
fix mysql client test
2025-08-01 15:41:21 -07:00
Neil Macneale IV
06b4e81039
Update MySqlClient project to target .NET 8.0
...
Fix test failure for "dotnet mysql client" by updating the MySqlClient
project from net5.0 to net8.0 target framework. This aligns with the
.NET 8.0 SDK installed in the Docker environment.
The MySqlConnector test was already working, but MySqlClient was still
targeting the old framework version.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-07-29 19:24:28 +00:00
Neil Macneale IV
70cf8e475a
Set end line format to unix
2025-07-29 11:47:01 -07:00
Bradley Grainger
75521e6bbe
Update MySqlConnector to latest version.
...
The NuGet package and .NET version being used were both out of support.
2025-07-29 08:47:25 -07:00
James Cor
d9fe7eab5d
Only print Query Ok results in interactive shell. ( #9441 )
2025-07-04 19:05:55 -07:00
James Cor
ad234919dc
[no-release-notes] add integrations tests for go-mysql-org ( #9333 )
2025-06-12 16:08:42 -07:00
Tim Sehn
e64ce091e2
Fix Node integration tests
2025-05-27 11:45:07 -07:00
Neil Macneale IV
bc4693ec8a
python3.8 -> python3.9 everywhere
2025-04-28 17:16:12 -07:00
Jason Fulghum
371b39bd0c
Adding a smoke test for server-side cursor support
2025-04-22 16:57:07 -07:00
John Bampton
977064fc0d
Fix spelling
2025-03-19 03:48:45 +10:00
Aaron Son
2c9a3a06c8
integration-tests/mysql-client-tests: Another pass...
2025-03-04 14:23:51 -08:00
Jason Fulghum
9dd401c286
Deprecate user and pass options for sql-server
2025-02-03 13:21:07 -08:00
Neil Macneale IV
5bf564220c
Fix workbench tests to expect dirty column
2025-01-27 13:50:18 -08:00
James Cor
1ba71c3efc
[no-release-notes] add warning test for dotnet integration ( #8445 )
2024-10-11 15:44:26 -07:00
Taylor Bantle
4e504a5b3a
Add pointer for dolt_docs schema so it can be replaced by doltgres
2024-09-26 14:17:35 -07:00
Taylor Bantle
3c6dbb38ce
More consistent return types for dolt procedures
2024-08-26 16:22:32 -07:00
Neil Macneale IV
89ea4e487d
Fix mysql workbench tests
2024-07-15 11:46:04 -07:00
jennifersp
4c704c3dae
add SchemaName to DatabaseSchema interface ( #8062 )
2024-06-25 15:35:14 -07:00
Jason Fulghum
039a79d811
Updating tests for addition of performance_schema
2024-06-24 14:18:08 -07:00
dependabot[bot]
62d9d0b4f7
Bump mysql2 in /integration-tests/mysql-client-tests/node
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-30 20:49:29 +00:00
dependabot[bot]
7e9131220a
Bump mysql2 in /integration-tests/mysql-client-tests/node
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 3.9.4 to 3.9.7.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.4...v3.9.7 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-23 23:11:34 +00:00
Taylor Bantle
314749a698
mysql-client-tests/node: Migrate to mysql2 v3
2024-04-12 11:08:23 -07:00
dependabot[bot]
76722c9cea
Bump mysql2 in /integration-tests/mysql-client-tests/node
...
Bumps [mysql2](https://github.com/sidorares/node-mysql2 ) from 2.3.3 to 3.9.4.
- [Release notes](https://github.com/sidorares/node-mysql2/releases )
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md )
- [Commits](https://github.com/sidorares/node-mysql2/compare/v2.3.3...v3.9.4 )
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-12 14:52:22 +00:00
James Cor
d2df433bf8
match mysql fk name generation ( #7711 )
2024-04-09 16:27:56 -07:00
Dustin Brown
d476dda8fd
[auto-bump] [no-release-notes] dependency by jycor ( #7693 )
2024-04-05 01:23:11 -07:00
Jason Fulghum
8c5d13b8db
Updating generated FK ID in test after fixing bug in FK.HashOf()
2024-01-24 15:42:35 -08:00
Jason Fulghum
d15a77e535
Updating generated FK ID in test after fixing bug in FK.HashOf()
2024-01-24 15:22:49 -08:00
Neil Macneale IV
fb440bacf3
Fix result expectations in mysql-client-tests
2024-01-18 13:36:17 -08:00
Jason Fulghum
591a41bad4
Updating Java MySQL Connector/J integration test to use a table-qualified column name when retrieving a field from a row in a result set.
...
Related to https://github.com/dolthub/dolt/issues/7247
2024-01-04 14:02:17 -08:00
Jason Fulghum
2b5f2179bc
Updating the Rust MySQL Connector test to assert that column name metadata is populated
2023-12-11 15:25:41 -08:00
Jason Fulghum
ab50d62b03
Adding an assertion that result set column name metadata is populated
2023-12-08 17:44:13 -08:00
Dustin Brown
80037bcffc
[auto-bump] [no-release-notes] dependency by jennifersp ( #7112 )
2023-12-07 13:33:07 -08:00
Taylor Bantle
73f1bfabfa
Fix workbench tests
2023-10-17 10:48:37 -07:00
Jason Fulghum
030b7db819
Fixing up tests from dolt_schemas schema change
2023-08-09 15:21:12 -07:00
Jason Fulghum
8b52c90c1f
Added expected sql_mode column
2023-08-09 14:23:48 -07:00
Taylor Bantle
a7d0675b2c
Fix tests
2023-07-11 13:41:28 -07:00
Taylor Bantle
1faab30698
Fix some previously updated tests
2023-07-11 12:56:04 -07:00
Taylor Bantle
db73fcee5c
Merge remote-tracking branch 'origin/main' into taylor/node-tests
2023-07-11 12:20:43 -07:00
Nick Tobey
3eb8fc7a18
Merge pull request #6209 from dolthub/nicktobey/dolt-checkout
...
Migrate `dolt checkout` to new CLI framework.
2023-07-11 11:34:59 -07:00
Taylor Bantle
c747d6c39d
Testdata path arg
2023-07-10 15:45:01 -07:00
Taylor Bantle
53264ff327
File path attempt
2023-07-10 15:07:21 -07:00
Taylor Bantle
53d0b509fa
Load data fix
2023-07-10 14:31:35 -07:00
Taylor Bantle
3c5d262988
Merge remote-tracking branch 'origin/main' into taylor/node-tests
2023-07-10 14:28:53 -07:00
James Cor
ea9839f524
return commit hash for dolt_merge() when --no-ff is not specified ( #6281 )
2023-07-10 02:12:01 -07:00
Nick Tobey
9251a898f6
Update mysql client tests to remove newline from expected responses.
2023-07-09 23:57:42 -07:00
Nick Tobey
4425955240
Update expected output in mysql client test.
2023-07-09 16:41:52 -07:00
Nick Tobey
e3437e8ae2
Update expected messages in go tests.
2023-07-07 17:13:22 -07:00
Taylor Bantle
657ada94d6
Add node integration tests for load data
2023-07-07 15:56:19 -07:00