File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,9 @@ describe("rds resolvers", () => {
242242 "numberOfRecordsUpdated" : 0 ,
243243 "records" : [
244244 [
245+ {
246+ "longValue" : 12345
247+ } ,
245248 {
246249 "stringValue" : "Mark Twain"
247250 } ,
@@ -253,6 +256,9 @@ describe("rds resolvers", () => {
253256 }
254257 ] ,
255258 [
259+ {
260+ "longValue" : 67890
261+ } ,
256262 {
257263 "stringValue" : "Jack London"
258264 } ,
@@ -265,6 +271,21 @@ describe("rds resolvers", () => {
265271 ]
266272 ] ,
267273 "columnMetadata" : [
274+ {
275+ "type" : 4 ,
276+ "typeName" : "serial" ,
277+ "label" : "id" ,
278+ "schemaName" : "" ,
279+ "tableName" : "Books" ,
280+ "isAutoIncrement" : true ,
281+ "isSigned" : true ,
282+ "isCurrency" : false ,
283+ "isCaseSensitive" : false ,
284+ "nullable" : 0 ,
285+ "precision" : 10 ,
286+ "scale" : 0 ,
287+ "arrayBaseColumnType" : 0
288+ } ,
268289 {
269290 "isSigned" : false ,
270291 "isCurrency" : false ,
You can’t perform that action at this time.
0 commit comments