Kirk Wolak

Results 10 issues of Kirk Wolak

This might be some kind of "security" issue. In the tables\Events.sql : [bigpicture] [nvarchar](50) NULL CONSTRAINT [[dbo].[Events]bigpictureDefault] DEFAULT (NULL), [story] [nvarchar](255) NULL CONSTRAINT [[dbo].[Events]storyDefault] DEFAULT (NULL), on my machine it...

Okay, I am leveraging something that requires this, and I have a windows PG 12 installation. xtuple does not appear to have the binaries past version 10 of PG for...

Stefan, Honestly, being able to see the matching text is great. But I have like 5 use cases, where I am finding stuff in SMALLISH files spread across 30 folders....

Okay, thanks... This has been a great tool to get me to dig in. I ended up downloading the intellij source so I can search/find things faster. Anyways, this link...

I used this for a SQLite DB. Unfortunately everything "*char" -> "text". Which in my world is "memo" (not varchar). I am certain I am not the only one who...

The ESSENCE of this question is... does it do any harm to ignore the results? Just run the code and let it finish... Will it close things up properly when...

All of the examples are for IntelliJ. I've installed it, I've enabled the debugger (I can debug a routine using 2 psql terminals). But when I click on the Left...

This is an error dialog that keeps popping up while debugging. PG 14.3 Latest version of pgAdmin4 6.19 Web based interface. Happens if I start an external procedure with BEGIN;...

Bug
EDB Sprint 169

I have a few shortcuts. Preset that launch to search specific folders. I have ONE core INI File with 12 sections. Each for a different preset shortcut (to search various...

Having used this code for years. Here is my second attempt to give back. The message: Detail: cast "integer" value to "bigint" type now indicates the variable, if available: Detail:...