timithy3 / jqgrid-for-plsql

Automatically exported from code.google.com/p/jqgrid-for-plsql
0 stars 0 forks source link

Need changes in the next version #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ADD: to the top of the install script.
   set scan off;

ADD:  a backslash after the 
create type t_name_value_pair as object (
  name          varchar2(255),
  value_string  varchar2(4000),
  value_number  number,
  value_date    date
);
in types.sql

PG2 - "My Grid" region PL/SQL
CHANGE: emp2 to emp
  jqgrid_pkg.render_grid ('employees', p_sql => 'select empno as row__id, ename, job, hiredate from emp2');

Original issue reported on code.google.com by bcarlis_...@yahoo.com on 17 Oct 2010 at 10:41

GoogleCodeExporter commented 8 years ago
Thanks for the feedback, there were a couple of bugs in the initial install 
script. I will make sure these are fixed for the next version.

Original comment by thehunge...@gmail.com on 3 Dec 2010 at 11:21

GoogleCodeExporter commented 8 years ago

Original comment by thehunge...@gmail.com on 31 Jul 2012 at 6:23