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

Query throwing errors in Powershell Core #24

Closed
BroVic opened this issue Sep 25, 2018 · 1 comment
Closed

Query throwing errors in Powershell Core #24

BroVic opened this issue Sep 25, 2018 · 1 comment

Comments

@BroVic
Copy link

BroVic commented Sep 25, 2018

Hi,

I started using this module and it's been working fine. But when I started using it in Powershell Core v. 6.0.2 I get this error:

Unable to find type [DBNullScrubber].
At C:\Users\Admn\Documents\PowerShell\Modules\PSSQLite\1.0.3\Invoke-SqliteQuery.ps1:518 char:25
+                         [DBNullScrubber]::DataRowToPSObject($row)
+                         ~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (DBNullScrubber:TypeName) [], RuntimeException
+ FullyQualifiedErrorId : TypeNotFound

Just thought I should let you know.

@bgwdotdev
Copy link
Contributor

I have fixed this in my pull request #26 if you are still trying to use this. Core requires different assemblies called when compiling the csharp for [DBNullScrubber]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants