Morten Braten
ada4875525
Merge branch 'master' of github.com:mortenbra/alexandria-plsql-utils
2019-10-02 15:12:57 +02:00
Morten Braten
197866b230
Updated readme with new links for sending email from PL/SQL
2019-10-02 15:12:32 +02:00
mortenbra
c8f024b50d
Merge pull request #60 from datRedHeadedGuy/get_worksheets_list-returns-sheets-in-order-of-creation-#44
...
Update ora/ooxml_util_pkg.pkb to fix #44
2019-09-22 10:23:35 +02:00
mortenbra
6acaf5c440
Merge pull request #58 from eaolson/issue57
...
Fix issue 57, put clean_string back
2019-09-22 10:22:05 +02:00
Morten Braten
7e63ae2dad
Option to specify status when creating iCalendar event
2019-01-14 18:48:02 +01:00
Morten Braten
b485b5bd72
Enhanced iCalendar protocol support
2019-01-14 18:10:28 +01:00
datRedHeadedGuy
da26641236
Update ora/ooxml_util_pkg.pks
...
Forgot the change to the package specifications when the 'state' attribute was added to t_xlsx_sheet_properties.
2018-10-11 16:40:20 -05:00
datRedHeadedGuy
9b0738037b
Update ora/ooxml_util_pkg.pkb
...
Modified the ooxml_util_pkg and added a 'state' attribute to t_xlsx_sheet_properties and removed the ORDER BY clause.
2018-10-11 16:11:43 -05:00
eaolson
9680b0e7ea
Fix issue 57, put clean_string back
2018-10-07 10:18:22 -05:00
Morten Braten
c121c58480
Merge branch 'master' of github.com:mortenbra/alexandria-plsql-utils
2018-10-03 20:04:16 +02:00
Morten Braten
1b4c1cb0ab
Enhancements to web_util_pkg
2018-10-03 20:03:07 +02:00
mortenbra
8a46dc2719
Merge pull request #56 from eaolson/issue28
...
Fix for issue 28
2018-06-18 08:29:31 +02:00
mortenbra
0fab97d188
Merge pull request #55 from eaolson/issue52
...
Fix for issue 52
2018-06-18 08:27:48 +02:00
mortenbra
8e0a0e9e8b
Merge pull request #54 from eaolson/issue53
...
Fix for issue 53
2018-06-18 08:26:52 +02:00
eaolson
af005d4e06
Fix issue 28
...
Raise error if cannot be converted to XML.
2018-06-17 14:53:47 -05:00
eaolson
30cc22719b
Fix issue52
...
xlsx_builder_pkg will be invoker rights
2018-06-17 14:26:12 -05:00
eaolson
8b7488fa5b
Fix issue 35
2018-06-17 14:12:54 -05:00
eaolson
ae0bbbf11c
Add to_char
2018-06-17 13:53:58 -05:00
eaolson
ae93c96e28
Merge remote-tracking branch 'upstream/master'
2018-06-17 11:28:30 -05:00
Morten Braten
a1afda54bc
Added demo script for Slack utility package
2018-02-21 20:43:24 +01:00
Morten Braten
8484dc1f9a
Added Slack package to install scripts
2018-02-20 11:55:21 +01:00
Morten Braten
48807a2ad5
Slack utility package
2018-02-20 11:51:16 +01:00
mortenbra
66ea3b772f
Merge pull request #50 from jsroyal/patch-1
...
fixed markdown syntax error.
2017-11-27 22:57:34 +01:00
Jitendra Singh
5e9247cd9a
fixed markdown syntax error.
...
Just a small contribution.
2017-11-05 12:06:50 +05:30
mortenbra
dd5f7f84fe
Merge pull request #46 from kdaemonv/fix-amazon-logo
...
Fixed link to AWS logo
2017-08-12 14:06:24 +02:00
Dmitry Kurelchuk
243ddbb12e
Fixed link to AWS logo
2017-08-11 21:56:35 +00:00
mortenbra
60b8d73ef4
Removed beta description for utPLSQL
2017-07-29 12:28:51 +02:00
eaolson
dc3fac10d7
Merge remote-tracking branch 'refs/remotes/mortenbra/master'
2017-06-16 18:42:52 -05:00
mortenbra
8d86031e8a
Merge pull request #42 from vadimonus/master
...
Package name in hash_util_pkg_demo fix
2017-04-20 18:37:34 +02:00
mortenbra
bcb8a7f92c
Merge pull request #43 from Pazus/utPLSQLv3
...
updated info about utPLSQL testing package
2017-04-20 18:37:13 +02:00
mortenbra
f93655cf81
Fixed typo
2017-04-20 18:36:46 +02:00
Pazus
cfbce94207
updated info about utPLSQL testing package
2017-03-30 08:35:38 +03:00
Vadim Dvorovenko
53e681da78
Hash_util_pkg_demo fix
2017-03-22 08:07:56 +07:00
mortenbra
fc0efe2148
Merge pull request #39 from kdaemonv/master
...
Fix links in README.md
2017-02-05 22:02:54 +01:00
Dmitry Kurelchuk
cc0e1fdb2f
Changed links for AMIS technology blog
2017-01-29 15:49:45 +02:00
Dmitry Kurelchuk
2a68c43010
Add logo
2017-01-29 15:48:16 +02:00
mortenbra
21886b0ff2
Merge pull request #36 from vadimonus/master
...
Adding hash_util_pkg to /extras folder
2017-01-17 16:21:13 +01:00
Vadim Dvorovenko
24679bd046
Adding hash_util_pkg
2017-01-13 09:27:53 +07:00
mortenbra
331f05c825
Merge pull request #37 from datRedHeadedGuy/master
...
Support columns up to the limit (currently XFD or 16384), and bug fix
2016-12-16 14:14:21 +01:00
datRedHeadedGuy
c0fcb8ac5f
Renamed return values.
...
Renamed the return values 'l_returnvalue' for the functions ooxml_util_pkg.get_xlsx_column_number() and ooxml_util_pkg.get_xlsx_column_ref().
2016-12-06 09:59:14 -06:00
datRedHeadedGuy
33aeca0f20
Modified ooxml_util_pkg functions
...
Modified the ooxml_util_pkg.get_xlsx_column_ref and the
ooxml_util_pkg.get_xlsx_column_number functions to support columns up to
the limit (currently XFD or 16384) and in
ooxml_util_pkg.get_xlsx_column_ref to fix the bug where the '@' is
returned at multiples of 26.
2016-12-01 21:54:50 -06:00
datRedHeadedGuy
11a15da296
Merge remote-tracking branch 'refs/remotes/mortenbra/master'
2016-12-01 21:28:49 -06:00
mortenbra
7e915716b9
Merge pull request #34 from krissco/master
...
New s3 API for get_object_list
2016-10-12 15:50:06 +02:00
krissco
48cfe3ae40
New s3 API for get_object_list
...
Updated get_object_list private procedure to use new S3 API which performs MUCH better on large buckets. I also changed a for-loop to a bulk-collect.
2016-10-06 12:16:23 -07:00
mortenbra
bc33845a33
Merge pull request #33 from kdaemonv/patch-1
...
Correct links to Miscellaneous utilities and demos
2016-08-22 21:25:47 +02:00
kdaemonv
1103d45bab
Correct links to Miscellaneous utilities and demos
2016-08-22 01:46:32 +03:00
Morten Braten
953efe5166
Added PayPal REST API package
2016-08-13 17:06:43 +02:00
mortenbra
e4d35d0864
Merge pull request #32 from eaolson/update-xlsx_builder_pkg
...
Update xlsx builder pkg to latest version
2016-08-07 13:30:54 +02:00
eaolson
bb233608a1
Move demos to demos\xlsx_builder_pkg_demo.sql
2016-08-05 19:46:17 -05:00
eaolson
b5806145f2
Update "as_xlsx" in examples to match new package name
2016-07-23 17:04:57 -05:00