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: vishin-pavel/stackexchange-dump-to-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Networks-Learning/stackexchange-dump-to-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    43ec336 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge pull request Networks-Learning#13 from Networks-Learning/depend…

    …abot/pip/lxml-4.6.2
    
    Bump lxml from 4.5.2 to 4.6.2
    manuelgr authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    453b095 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Bump lxml from 4.6.2 to 4.6.3 (Networks-Learning#14)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2021
    Configuration menu
    Copy the full SHA
    49d8358 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Create tables in the specified schema to avoid moving the tables afte…

    …rwards (Networks-Learning#21)
    
    Fixes Networks-Learning#18. 
    
    * Execute "moveTableToSchema" if table was succesfully created
    * Function for getting the connection parameters added
    * Function buildConnectionString deleted
    
    This is because the parameters are now obtained through the function
    getConnectionParameters
    
    * dbConnectionParam and moveTableToSchema replaced by single function
    
    dbConnectionParam has been deleted because now all parameters are
    obtained by a single function which is called in the function
    handleTable.
    
    moveTableToSchema has been deleted because tables are now created in
    the specified schema. Therefore, there is no need to move the table
    after their creation.
    
    Co-authored-by: rdrg109 <>
    rodrigo-morales-1 authored Sep 4, 2021
    Configuration menu
    Copy the full SHA
    634c057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcb728 View commit details
    Browse the repository at this point in the history
Loading