jashka34
jashka34
@jgebal > utPLSQL framework cannot be installed un edition-enabled schema. > I strongly suggest installing utPLSQL in separate schema (database-wide) that is not edition-enabled. I guessed about it. Thank you...
@jgebal > I can try to make the utPLSQL framework installable in edition-enabled schema - no need to update documentation In my opinion, this is the best option. I'm sure...
@jgebal Thank you very much! I will definitely use this option next time. At the moment my admins have created noneditionable schema for me. I have installed the framework and...
You need add to tsconfig.json section _types_ like that: ```{ "compilerOptions": { "module": "commonjs", "target": "ES5", ... "types": [ "node", //
I have the same error in the process of working with Chapter 5. Fixing the `sqlx` version to _0.7.1_ in _Cargo.toml_ solved the problem.: `sqlx = { version = "=0.7.1",...