Bernd Wechner
Bernd Wechner
> I believe the auto_increment definition is deprecated replaced with OWA_DTD_SERIAL It would be great confirm this as ti removes one hurdle from implementing new db support. The constant OWA_DTD_AUTO_INCREMENT...
I could of course make all the changes above and related and put it in a PR? I forked a branch on my forked repo called postgresql.
Cool. Will work on it in a Postgresql branch. A heads up that INDEXing has to change a little. Primarily because Postgresql doesn't support ALTER TABLE to create and add...
Piece of advice needed. Because explicit index names are not currently used in your code base and because implicit index names are not supported by SQL the best approach I...
If I don't hear back soon I may just implement it. I'd consider a clean sweep converting all the constants to named field format. Seems much more sensible to me...
I have this almost working now. A significant PR: https://github.com/Open-Web-Analytics/Open-Web-Analytics/pull/634 paves the way for it (tidying up coding issues that were not apparent when one database type could be assumed...
It is tentatively fully functional with a mapping of ms BLOB to ps TEXT. Pending some research into all used contexts. These are the only uses of OWA_DTD_BLOB in the...
There is now a functioning installable branch that supports Postgresql here: https://github.com/bernd-wechner/Open-Web-Analytics/tree/Postgresql I will make this live on a site I manage for testing in situ. I encourage you to...
> @bernd-wechner I'm testing out your branch with a new installation and noticed that the dropdown to select which database type only includes `mysql`. How do I ensure I can...
I've dropped the ball on this in the past year. But would still like to see it progressed. I've done the ground work and just need to get around to...