-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
Running version 2.1.3.0 with this script
```
$newDBPath = "C:\NewDB.kdbx"
$password = ConvertTo-SecureString "test" -AsPlainText -Force
$credential = New-Object System.Management.Automation.PSCred…
-
Hi, multi line script do not seem to be working unless I misunderstand how set them up...
```yaml
scripts:
prepare: |
echo 0
echo 1
```
```
> rps prepare
> prepare
$ echo 0
ec…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
```
I have run into a problem I can't figure out how to work around:
I can import pyodbc without error if I do it within a command line python
interpreter. However, I need to import and use it from…
-
This is an issue I knew about but didn't think it was important enough to delay a 0.17 release. But I shouldn't make that decision unilaterally so I want feedback from other devs, especially @erendra…