Stelio Kontos
Stelio Kontos
@jackzhang520 is there a specific test that fails from this? I'm currently updating the docker configuration for the test projects, and can look into this once that's done.
Testing anything for Oracle will have to wait until I complete #697 and merge it into the Development branch. It looks like you have already found a fix for this...
I do agree that the current implementation of PowerRename, despite having **so much** potential, leaves much to be desired in the current form. I'd be happy to contribute to improving...
> People should be able to find it with keywords. @vertigo220 I beg to differ; 200 open issues all specific to the PowerRename feature tells me there's more than 3...
Let me know how setup goes with your local environment, @Curlack, and if you encounter anything you think should be added to the updated wiki page. Given your background in...
For the docker images, most of it's been trial and error and checking docs... the sathu89 image (that commented service predates my recent PR) is no longer available when I...
Nicely done @Curlack. Translating from cmd line to yml is typically fairly straightforward (-e as environment variables, -p being ports). Something like this should work, added under the services...untested: ```yml...
> Now that I'm able to connect I can maybe begin with small scaffold of oracle test group and work my way up as I go. The SqlServer and SQLite...
Nicely done, @Curlack. My initial inclination would be to implement an Oracle-specific override of https://github.com/CollaboratingPlatypus/PetaPoco/blob/53e928c6dc44819aa834683abcd108029f960b77/PetaPoco/Database.cs#L990-L994 `Ref Cursor` would need passed in, and of course this would also require overrides of...
> `docker-compose.yml` updated and working (thanks for the tip). Beginning to understand docker a little better now. > `app.config` and `appsettings.json` file changes in place and oracle database connection successful....