]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/log
postgresql/pg_jsonb_opx
9 years agoChanges:
glyn [Fri, 30 Jan 2015 21:36:35 +0000 (21:36 +0000)]
Changes:
* attempt to remove object restrictions and allow operations on arrays and scalars.
* add a single text only key delete function
* unsure how operations on jsonb arrays should work, if for example arrays elements are numeric or boolean
possible angles are:
do some funny casting to text :-(
create separate functions taking (jsonb, int), (jsonb, bool) etc :-(

# Please enter the commit message for your changes. Lines starting

9 years agoMake a couple of minor changes after initial viewing of work at https://github.com...
glyn [Wed, 28 Jan 2015 13:37:34 +0000 (13:37 +0000)]
Make a couple of minor changes after initial viewing of work at https://github.com/erthalion/jsonbx

9 years agoAdd missing comparison sql functions file
glyn [Wed, 28 Jan 2015 10:17:26 +0000 (10:17 +0000)]
Add missing comparison sql functions file

9 years agoRename misspelt sql script
glyn [Tue, 27 Jan 2015 21:04:31 +0000 (21:04 +0000)]
Rename misspelt sql script

9 years agoFix funny indentaion
glyn [Tue, 27 Jan 2015 20:21:34 +0000 (20:21 +0000)]
Fix funny indentaion

9 years agoFix funny indentation
glyn [Tue, 27 Jan 2015 20:19:50 +0000 (20:19 +0000)]
Fix funny indentation

9 years agoInitial commit
glyn [Tue, 27 Jan 2015 20:14:54 +0000 (20:14 +0000)]
Initial commit

9 years agoInitial commit
glyn [Tue, 27 Jan 2015 20:14:42 +0000 (20:14 +0000)]
Initial commit