Brian Heineman

Results 8 comments of Brian Heineman

Hello @jaemk, I made changes that should be more flexible and backwards compatible by allowing a "match function" to be specified. ```rust fn update() -> Result { let status =...

@mfwre If you need a database to test with, `testcontainers` has sqlserver support. Here is an example for `rsql`: https://github.com/theseus-rs/rsql/blob/main/drivers/sqlserver/tests/sqlserver.rs

@andrewdavidmackenzie adding the following to `dist-workspace.toml` then re-running `dist init` appears to address for my projects: ```toml [dist.github-custom-runners] global = "ubuntu-latest" [dist.github-custom-runners.x86_64-unknown-linux-gnu] runner = "ubuntu-latest" ``` you may need to...

> I am also getting this error, is there any workaround? I was able to revert to version 0.7.4 to workaround the issue.

@cdrage fwiw, I do not believe those are "AI" changes, those changes are the result of running `dist init` to regenerate the `release.yml` file: > This file was autogenerated by...

@cdrage The cargo dist project changed recently (funding?) which I believe is why those sites are down. Likely the reason you see all the changes is due to me running...

@DDtKey fwiw, I attempted to address the feedback for this PR in https://github.com/testcontainers/testcontainers-rs-modules-community/pull/353 if that will help address the issues necessary to merge.

@ysaito1001 thank you for the quick reply. Is there some alternative API that could return the column order if the current interface cannot be updated?