Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #39136 All Revisions ] Back to Issue ]
Summary 0039136: SERQA 4497: Add support for postgresql jsonb operators in DBSourceManager
Revision 2018-08-29 09:50 by caristu
Steps To Reproduce 1) Put core in "in development" status
2) Execute the following command to create a view using one of the jsonb operators:

CREATE OR REPLACE VIEW ad_test AS
 SELECT '{"a": {"b":{"c": "foo"}}}'::json#>'{a,b}' AS t2;

3) Do an export database, note that the view is changed deleting some of the information of the jsonb operator (See attached).
4) Do an update.database -> an error is raised when trying to create the view
Revision 2018-08-29 09:46 by caristu
Steps To Reproduce 1) Put core in "in development" status
2) Execute the following command to create a view using one of the jsonb operators:

CREATE OR REPLACE VIEW ad_test AS
 SELECT '{"a": {"b":{"c": "foo"}}}'::json#>'{a,b}' AS t2;

3) Do an export database, note that the view is changed deleting some of the information of the jsonb operator (See attached).

4) Do an update.database -> an error is raised when trying to create the view
Revision 2018-08-29 09:46 by caristu
Steps To Reproduce 1) Put core in in development status
2) Execute the following command to create a view using one of the jsonb operators:

CREATE OR REPLACE VIEW ad_test AS
 SELECT '{"a": {"b":{"c": "foo"}}}'::json#>'{a,b}' AS t2;

3) Do an export database, note that the view is changed deleting some of the information of the jsonb operator (See attached).

4) Do an update.database -> an error is raised when trying to create the view
Revision 2018-08-29 08:51 by caristu
Steps To Reproduce Import a view using jsonb operators (added).

Do an export database, and the view is changed deleting the jsonb operators.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker