-
This feature would expand Omni's user-base to non-technical users or users with no SQL experience.
[https://docs.oracle.com/cd/B25329_01/doc/appdev.102/b25309/qry_bldr.htm](Oracle Docs - Building Que…
g-r-u updated
7 years ago
-
The latest version of oracle database needs a slash between the port and the sid of the jdbcUrl: jdbc:oracle:thin@//[hostname]:[port]/[DB service name]
resources:
https://www.oracle.com/dk/databas…
-
+ created=1637670734
++ curl -sSL -u sXXXXXXXXXX4:NEXXXXXXXXXXXXXXXXX https://api.bitbucket.org/2.0/repositories/aarp_appdev/cq/commit/8cc05016c7b5
+ commit_details='{"data": {"shas": ["8cc05016c7b5…
-
Add a new doc about more advanced object usage (such as object bodies). See: https://docs.oracle.com/cd/E11882_01/appdev.112/e11822/adobjint.htm#ADOBJ001
tschf updated
9 years ago
-
For example
oracle https://docs.oracle.com/cd/B28359_01/appdev.111/b28419/u_encode.htm#i996851
utl_encode.base64_encode('my string')
utl_encode.base64_decode('bXkgc3RyaW5n')
-
Do we support Regex in Linq (converted to sql)?
mysql:
https://stackoverflow.com/questions/18780194/how-to-regex-in-a-sql-query
sqlite:
https://stackoverflow.com/questions/5071601/how-do-i-use…
-
Add FAST support to our kinit.c
`krb5_init_creds_set_fast_ap_armor_service` maybe?
https://web.mit.edu/kerberos/krb5-1.13/doc/appdev/refs/api/krb5_get_init_creds_opt_set_fast_ccache.html
-
### 1. Describe the feature
https://www.postgresql.org/docs/12/errcodes-appendix.html
https://docs.oracle.com/cd/E15817_01/appdev.111/b31228/appd.htm
https://www.ibm.com/docs/en/db2-for-zos/11?to…
-
Would an UBports/Ubuntu Touch port be a potential goal in the long-term? I know the userbase is rather small, so it's probably far from the most pressing thing, but I do think there's a lot of value i…
-
Hi,
I'm following your tutorial using your provided Docker container.
When I use `wasmedge/appdev_x86_64:0.8.2` Docker image the `rustwasmc build` command fails when trying to compile a bumpalo-3…