.github/workflows/ruby.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.tool-versions | |
|
|
Appraisals | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
exe/table-saw | |
|
|
gemfiles/activerecord_7.0.0.gemfile | |
|
|
gemfiles/activerecord_7.0.0.gemfile.lock | |
|
|
gemfiles/activerecord_7.1.0.gemfile | |
|
|
gemfiles/activerecord_7.1.0.gemfile.lock | |
|
|
gemfiles/activerecord_7.2.0.gemfile | |
|
|
gemfiles/activerecord_7.2.0.gemfile.lock | |
|
|
gemfiles/activerecord_8.0.0.gemfile | |
|
|
gemfiles/activerecord_8.0.0.gemfile.lock | |
|
|
lib/table_saw.rb | 39 | A 0 mins | A 100% |
lib/table_saw/associations.rb | 31 | A 0 mins | A 100% |
lib/table_saw/configuration.rb | 21 | A 0 mins | A 100% |
lib/table_saw/create_dump_file.rb | 93 | A 1 hr | A 100% |
lib/table_saw/dependency_graph.rb | 6 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/add_directive.rb | 24 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/belongs_to_directives.rb | 39 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/build.rb | 36 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/build_has_many_query.rb | 41 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/dump_table.rb | 36 | A 0 mins | A 100% |
lib/table_saw/dependency_graph/has_many_directives.rb | 37 | A 35 mins | A 100% |
lib/table_saw/foreign_key.rb | 47 | A 0 mins | A 100% |
lib/table_saw/formats.rb | 3 | A 0 mins | A 100% |
lib/table_saw/formats/base.rb | 22 | A 0 mins | A 100% |
lib/table_saw/formats/copy.rb | 22 | A 0 mins | A 100% |
lib/table_saw/formats/insert.rb | 22 | A 0 mins | A 100% |
lib/table_saw/information_schema.rb | 10 | A 0 mins | A 100% |
lib/table_saw/manifest.rb | 79 | A 0 mins | A 100% |
lib/table_saw/queries.rb | 6 | A 0 mins | A 100% |
lib/table_saw/queries/execute_insert_statement.rb | 24 | A 0 mins | A 100% |
lib/table_saw/queries/foreign_key_relationships.rb | 36 | A 0 mins | A 100% |
lib/table_saw/queries/materialized_views.rb | 10 | A 0 mins | A 100% |
lib/table_saw/queries/prepared_insert_statement.rb | 42 | A 0 mins | A 100% |
lib/table_saw/queries/serial_sequences.rb | 23 | A 0 mins | A 100% |
lib/table_saw/queries/serialize_sql_in_clause.rb | 24 | A 0 mins | A 100% |
lib/table_saw/variable_interpolation.rb | 29 | A 0 mins | A 100% |
lib/table_saw/version.rb | 3 | A 0 mins |
|