Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: databasegit/dbgit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: databasegit/dbgit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: task-4646
Choose a head ref
  • 2 commits
  • 22 files changed
  • 2 contributors

Commits on Jan 30, 2020

  1. refactoring

    morkoff committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    bbd906d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. #4646 сохранение таблиц по частям

    - CmdAdd: сохраняет таблицы в csv по частям
      Имя файлов <TABLENAME>.<FILE_NUM>.csv
      Поправил сохранение списка файлов в индекс, что исправило проблему с отсутствием расчетов хэша
    - MetaObjectFactory: изменения для получения типа файла, сделано для корректной обработки после изменений в CmdAdd
    - DBRestoreTableDataPostgres: удалил кусок, который по факту ничего не делал, но очень сильно все грузил и дополнительно забивал консоль.
    - Мелкий рефакторинг с java-типами и стрингами, где успел встретить
    
    Для дальнейшей реализации требуется переработать обработку csv-файлов в CmdRestore.
    Aleksandr Morkovin committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    77c4852 View commit details
    Browse the repository at this point in the history
Loading