Sha256: c8a692e365fb84d73bd20ce323bba674eb38d0b3d64ccc7a2b58dba7b6f375ce
Contents?: true
Size: 607 Bytes
Versions: 2
Compression:
Stored size: 607 Bytes
Contents
model_name: Theaters, Members, and Movies query: from: theaters fields: - key_path: id - key_path: name limit: 123 sqlite_readable: |+ SELECT "theaters"."id" AS 'id', "theaters"."name" AS 'name' FROM "theaters" "theaters" LIMIT 123 sqlite_not_readable: |+ SELECT "t0"."id" AS 'c0', "t0"."name" AS 'c1' FROM "theaters" "t0" LIMIT 123 mysql_readable: |+ SELECT `theaters`.`id` AS 'id', `theaters`.`name` AS 'name' FROM `theaters` `theaters` LIMIT 123 mysql_not_readable: |+ SELECT `t0`.`id` AS 'c0', `t0`.`name` AS 'c1' FROM `theaters` `t0` LIMIT 123
Version data entries
2 entries across 2 versions & 1 rubygems