File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -35,36 +35,36 @@ describe('Memory connector with mocked discovery', function() {
3535 dataScale : null ,
3636 nullable : 0 ,
3737 } ,
38- {
39- owner : 'STRONGLOOP' ,
40- tableName : 'INVENTORY' ,
41- columnName : 'LOCATION_ID' ,
42- dataType : 'varchar' ,
43- dataLength : 20 ,
44- dataPrecision : null ,
45- dataScale : null ,
46- nullable : 0 ,
47- } ,
48- {
49- owner : 'STRONGLOOP' ,
50- tableName : 'INVENTORY' ,
51- columnName : 'AVAILABLE' ,
52- dataType : 'int' ,
53- dataLength : null ,
54- dataPrecision : 10 ,
55- dataScale : 0 ,
56- nullable : 1 ,
57- } ,
58- {
59- owner : 'STRONGLOOP' ,
60- tableName : 'INVENTORY' ,
61- columnName : 'TOTAL' ,
62- dataType : 'int' ,
63- dataLength : null ,
64- dataPrecision : 10 ,
65- dataScale : 0 ,
66- nullable : 1 ,
67- } ] ;
38+ {
39+ owner : 'STRONGLOOP' ,
40+ tableName : 'INVENTORY' ,
41+ columnName : 'LOCATION_ID' ,
42+ dataType : 'varchar' ,
43+ dataLength : 20 ,
44+ dataPrecision : null ,
45+ dataScale : null ,
46+ nullable : 0 ,
47+ } ,
48+ {
49+ owner : 'STRONGLOOP' ,
50+ tableName : 'INVENTORY' ,
51+ columnName : 'AVAILABLE' ,
52+ dataType : 'int' ,
53+ dataLength : null ,
54+ dataPrecision : 10 ,
55+ dataScale : 0 ,
56+ nullable : 1 ,
57+ } ,
58+ {
59+ owner : 'STRONGLOOP' ,
60+ tableName : 'INVENTORY' ,
61+ columnName : 'TOTAL' ,
62+ dataType : 'int' ,
63+ dataLength : null ,
64+ dataPrecision : 10 ,
65+ dataScale : 0 ,
66+ nullable : 1 ,
67+ } ] ;
6868
6969 ds . discoverModelProperties = function ( modelName , options , cb ) {
7070 process . nextTick ( function ( ) {
You can’t perform that action at this time.
0 commit comments