Mithrandyr
Mithrandyr
This is not yet supported, though is on the wishlist. I do not have an ETA -- haven't been able to work on new features for the past year, though...
@bwhitehead0 -- I'm interested in doing this -- have you tried importing the module in PSCore? What errors do you get? On windows + pscore 6.2, I don't have any...
@the-mentor Question -- do you know if this is reproducible via Windows Subsystem for Linux? I'm only briefly familiar with WSL... trying to determine if I need to role an...
This has not been built yet. However, this is focused on a particular optimization for the MySql database. There is also a desire to provide functionality that would allow piping...
@ericfran -- this module does not currently support PowerShell 7.2 -- it only supports Windows Powershell 5.1. The module has been coded against .NET Framework and later version of PS...
@Wangwang2021 -- the module does not do any manipulation of variables -- it sends them directly to the sql server via parameter bindings. I would suggest querying that column via...
@Squid-Bomb -- I can't make any guarantees that the module is FIPS compliant. I suspect this may be a problem with the version of NPGSQL I'm using (it's an older...
@tocano33 I like the idea -- however, I would like to make this standard across all the providers currently in SimplySql -- would you be willing to extend this work...
@tocano33 PostGres (NPGSQL) --> https://www.npgsql.org/doc/api/Npgsql.NpgsqlConnectionStringBuilder.html Oracle --> https://docs.oracle.com/en/database/oracle/oracle-database/12.2/odpnt/featConnecting.html#GUID-BCF2F215-C25F-403C-8D18-B03A69BC7104 SQLite --> https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki MSSQL --> https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnectionstringbuilder?view=netframework-4.7.2 You should be able to use the same pattern in the other provider files that you...
Is there not a nuget package for SQLite that supports .NET Standard 2.0? If so, then I should be able to simply incorporate that package and not have to do...