Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support compound keys #335

Merged
merged 215 commits into from
Apr 28, 2021
Merged

Support compound keys #335

merged 215 commits into from
Apr 28, 2021

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    08c2ba4 View commit details
    Browse the repository at this point in the history
  2. dm_draw()

    krlmlr committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    52b5988 View commit details
    Browse the repository at this point in the history
  3. dm_flatten_to_tbl()

    krlmlr committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    826a0fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    e6a2372 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    krlmlr committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2301bc6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    bd317e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d9e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    691a629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95b47b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    577be91 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

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

Commits on May 13, 2020

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

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    a315d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b73625 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    1e80aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310c6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ddc6e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9305b35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a281488 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f46567 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63d97c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dfe059 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1dd0bf4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aaed956 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a14ac0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    37370d5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7906de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    422e563 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cbf292 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

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

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    932e98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad63cc View commit details
    Browse the repository at this point in the history
  3. cmpd-test for dm_add_tbl()

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e902781 View commit details
    Browse the repository at this point in the history
  4. add start table in test

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bc00c03 View commit details
    Browse the repository at this point in the history
  5. mv to test-flatten.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cfc24c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6e80a1 View commit details
    Browse the repository at this point in the history
  7. use new arg 'compound'

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cc0181e View commit details
    Browse the repository at this point in the history
  8. cmpd-test for dm_bind()

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    8220489 View commit details
    Browse the repository at this point in the history
  9. FIXME for cardinality-tests

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d953f63 View commit details
    Browse the repository at this point in the history
  10. cmpd-test for dm_paste() (FIXME)

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c89958a View commit details
    Browse the repository at this point in the history
  11. due to c656961

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    306b091 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d84e632 View commit details
    Browse the repository at this point in the history
  13. on all test srcs

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e18b23d View commit details
    Browse the repository at this point in the history
  14. add schema argument

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cd65ca9 View commit details
    Browse the repository at this point in the history
  15. filter based on schema_id

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b5c2a2a View commit details
    Browse the repository at this point in the history
  16. pass schema through ellipsis

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    def6583 View commit details
    Browse the repository at this point in the history
  17. nicer

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    aa06587 View commit details
    Browse the repository at this point in the history
  18. pass schema through ellipsis, part 2

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1a1af6f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    17eead5 View commit details
    Browse the repository at this point in the history
  20. tweak standard learning test MSSQL

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ee6445a View commit details
    Browse the repository at this point in the history
  21. test for learning from schema on MSSQL

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    5ccf1a3 View commit details
    Browse the repository at this point in the history
  22. test for learning from schema on PG

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    fa745ae View commit details
    Browse the repository at this point in the history
  23. con is used enough times

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b0223db View commit details
    Browse the repository at this point in the history
  24. wrong name

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    94add4f View commit details
    Browse the repository at this point in the history
  25. maybe looks less hacky

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    cc2dad8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    61385cf View commit details
    Browse the repository at this point in the history
  27. better pipe syntax

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7f638c0 View commit details
    Browse the repository at this point in the history
  28. in case unique_db_table_name() changes in future

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f68f80a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    191297b View commit details
    Browse the repository at this point in the history
  30. call by names

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    258bf3a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7dab2b0 View commit details
    Browse the repository at this point in the history
  32. copy to schema works like this already

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b67217c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ab9175c View commit details
    Browse the repository at this point in the history
  34. use existing DBI::dbQuoteString()

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ab7f4a9 View commit details
    Browse the repository at this point in the history
  35. unnecessary after 7eb2171

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b9ac09d View commit details
    Browse the repository at this point in the history
  36. produce random schema name

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    85bd4d8 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4ad40c3 View commit details
    Browse the repository at this point in the history
  38. one test to test them all

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    186c7ba View commit details
    Browse the repository at this point in the history
  39. more elegant

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    71072c7 View commit details
    Browse the repository at this point in the history
  40. try dropping is safer

    Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
    TSchiefer and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    3bde6a9 View commit details
    Browse the repository at this point in the history
  41. let's keep it open

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    896640a View commit details
    Browse the repository at this point in the history
  42. oops

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    00502ad View commit details
    Browse the repository at this point in the history
  43. FIXME for test-db-interface.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    64cd85e View commit details
    Browse the repository at this point in the history
  44. comp-test for disambiguate

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b8f64ac View commit details
    Browse the repository at this point in the history
  45. align names of output files

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    90f2ae8 View commit details
    Browse the repository at this point in the history
  46. doc arg compound for dm_nycflights13()

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    24707c6 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5b094a8 View commit details
    Browse the repository at this point in the history
  48. comp-tests: test-dm.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    1cbad40 View commit details
    Browse the repository at this point in the history
  49. use existing oject

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    3e0f845 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    5ff9e5c View commit details
    Browse the repository at this point in the history
  51. comp-tests for dm_filter()

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6a43436 View commit details
    Browse the repository at this point in the history
  52. comp-tests for dplyr methods

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    9cda5ee View commit details
    Browse the repository at this point in the history
  53. add section

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6ba092f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    095ed14 View commit details
    Browse the repository at this point in the history
  55. possibly better naming convenction

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    65bdd34 View commit details
    Browse the repository at this point in the history
  56. comp-tests for graph.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b50de68 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    d9543d2 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    3c42396 View commit details
    Browse the repository at this point in the history
  59. nest_join_zoomed_dm() not ready yet

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    83c69ef View commit details
    Browse the repository at this point in the history
  60. tweak paste-compound-test

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    032eac8 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f137ce0 View commit details
    Browse the repository at this point in the history
  62. comp-tests for test-select.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6d42c19 View commit details
    Browse the repository at this point in the history
  63. comp-tests for test-tidyr.R

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    153d7de View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    a4f7593 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d1c3ffd View commit details
    Browse the repository at this point in the history
  66. NYI

    TSchiefer authored and krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    d003178 View commit details
    Browse the repository at this point in the history
  67. FIXME

    krlmlr committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    deae7ff View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

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

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    5af9282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942ff52 View commit details
    Browse the repository at this point in the history
  3. Update output

    krlmlr committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    bcd8794 View commit details
    Browse the repository at this point in the history
  4. Build-ignore

    krlmlr committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3654b6a View commit details
    Browse the repository at this point in the history
  5. Global variables

    krlmlr committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f9d7407 View commit details
    Browse the repository at this point in the history
  6. Fix logical test

    krlmlr committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    9ab5dd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04efad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    68480ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a397f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb3cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    78afa29 View commit details
    Browse the repository at this point in the history
  2. Fix test failure

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e13150e View commit details
    Browse the repository at this point in the history
  3. Fix output test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    799f793 View commit details
    Browse the repository at this point in the history
  4. Move to scratch

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    845fa85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abdeb5f View commit details
    Browse the repository at this point in the history
  6. Primary and foreign keys work

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1e2c650 View commit details
    Browse the repository at this point in the history
  7. bang-bang

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1112c63 View commit details
    Browse the repository at this point in the history
  8. Rig

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    72baad1 View commit details
    Browse the repository at this point in the history
  9. Convert test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b41feb6 View commit details
    Browse the repository at this point in the history
  10. Comment

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0876503 View commit details
    Browse the repository at this point in the history
  11. dm_get_data_model_pk2s()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    4c7e4d0 View commit details
    Browse the repository at this point in the history
  12. Inline function

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ff72270 View commit details
    Browse the repository at this point in the history
  13. Inline

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    70523a4 View commit details
    Browse the repository at this point in the history
  14. Prepare replacement

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    faa88ec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4902235 View commit details
    Browse the repository at this point in the history
  16. Safer constructor

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3154ba8 View commit details
    Browse the repository at this point in the history
  17. Replace

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fb8f73e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b7e7ea2 View commit details
    Browse the repository at this point in the history
  19. Oops

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6949c06 View commit details
    Browse the repository at this point in the history
  20. Fix test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7602101 View commit details
    Browse the repository at this point in the history
  21. Ensure out/ exists

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2653012 View commit details
    Browse the repository at this point in the history
  22. Inline dm_get_data_model_fks()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    07ca775 View commit details
    Browse the repository at this point in the history
  23. Fix test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    b9ac379 View commit details
    Browse the repository at this point in the history
  24. Fix test again

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9ed2245 View commit details
    Browse the repository at this point in the history
  25. Add flatten argument

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e8c0e18 View commit details
    Browse the repository at this point in the history
  26. Move select()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9c2e4a0 View commit details
    Browse the repository at this point in the history
  27. rename()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    089b644 View commit details
    Browse the repository at this point in the history
  28. parent_pk_cols

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    a3558bb View commit details
    Browse the repository at this point in the history
  29. Limit parallelism

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    20970b6 View commit details
    Browse the repository at this point in the history
  30. child_fk_cols

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    eabc1e7 View commit details
    Browse the repository at this point in the history
  31. Inline rename()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0ab42e4 View commit details
    Browse the repository at this point in the history
  32. Always wrap with keys

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ac186ed View commit details
    Browse the repository at this point in the history
  33. Add dm_get_all_fks2_impl()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    23215eb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a704057 View commit details
    Browse the repository at this point in the history
  35. deparse_keys()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f86a424 View commit details
    Browse the repository at this point in the history
  36. dm_get_all_pks2_impl()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6785830 View commit details
    Browse the repository at this point in the history
  37. dm_get_all_pks2_impl()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    0b782b0 View commit details
    Browse the repository at this point in the history
  38. Expectation

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c4e669c View commit details
    Browse the repository at this point in the history
  39. Move output test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8d92c78 View commit details
    Browse the repository at this point in the history
  40. dm_get_all_pks2_impl() in test

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e1567d2 View commit details
    Browse the repository at this point in the history
  41. rigg()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2e566cc View commit details
    Browse the repository at this point in the history
  42. Work with integers

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ab6e023 View commit details
    Browse the repository at this point in the history
  43. Move code

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5138549 View commit details
    Browse the repository at this point in the history
  44. Introduce is_unique_key_se()

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2974071 View commit details
    Browse the repository at this point in the history
  45. rigg

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1e16779 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    829e444 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d176f54 View commit details
    Browse the repository at this point in the history
  48. Update snapshot

    krlmlr committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6b89add View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Avoid boomer::

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7f9665c View commit details
    Browse the repository at this point in the history
  2. Global variables

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    037ab2e View commit details
    Browse the repository at this point in the history
  3. Un-rigg

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2469c1d View commit details
    Browse the repository at this point in the history
  4. Simplify

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e551c8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31e2daa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd104dc View commit details
    Browse the repository at this point in the history
  7. Recreate compound kees on zoom

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f294f9a View commit details
    Browse the repository at this point in the history
  8. Change dead

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    04410fa View commit details
    Browse the repository at this point in the history
  9. Legacy

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    85661bf View commit details
    Browse the repository at this point in the history
  10. Tweak helper

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d833336 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    220b981 View commit details
    Browse the repository at this point in the history
  12. dm_get_all_fks2_impl() in API

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7316ee3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    62dd703 View commit details
    Browse the repository at this point in the history
  14. Refaormat

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a95b624 View commit details
    Browse the repository at this point in the history
  15. Rename

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    061118c View commit details
    Browse the repository at this point in the history
  16. Prepare for compound fk check

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    f9d5c4d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4612321 View commit details
    Browse the repository at this point in the history
  18. Key violation

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    2490b9a View commit details
    Browse the repository at this point in the history
  19. Simplify

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    635b28d View commit details
    Browse the repository at this point in the history
  20. Don't order

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    899d70c View commit details
    Browse the repository at this point in the history
  21. Snapshot

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    66c0e56 View commit details
    Browse the repository at this point in the history
  22. Add compound key to bad_dm()

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8f0d61d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a9881d7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    174cd43 View commit details
    Browse the repository at this point in the history
  25. examine compound primary keys

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a27e13a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2048a17 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6e06319 View commit details
    Browse the repository at this point in the history
  28. Enable skipped test

    krlmlr committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0a869ab View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. WIP: Skipping database tests

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a2e6b3e View commit details
    Browse the repository at this point in the history
  2. Fix parsing errors

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    f2fa9d6 View commit details
    Browse the repository at this point in the history
  3. Check all NA

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    189d86d View commit details
    Browse the repository at this point in the history
  4. globalVariables()

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    3b16a22 View commit details
    Browse the repository at this point in the history
  5. Another typo

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b97b842 View commit details
    Browse the repository at this point in the history
  6. Fix test failures

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    fbe86a3 View commit details
    Browse the repository at this point in the history
  7. Tweak tests for MSSQL

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6e92a71 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e375d9 View commit details
    Browse the repository at this point in the history
  9. bad_dm_base

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    a20c43a View commit details
    Browse the repository at this point in the history
  10. Stable sort for all values

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9223d99 View commit details
    Browse the repository at this point in the history
  11. Harmonize with database tests

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    278630a View commit details
    Browse the repository at this point in the history
  12. Rename

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7ffbf1a View commit details
    Browse the repository at this point in the history
  13. Remove dead code

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    d5a348f View commit details
    Browse the repository at this point in the history
  14. Remove dead snapshot

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7597f6f View commit details
    Browse the repository at this point in the history
  15. Rename

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    995e50c View commit details
    Browse the repository at this point in the history
  16. TODO

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e97feda View commit details
    Browse the repository at this point in the history
  17. dm_get_pk2_impl

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    5d55005 View commit details
    Browse the repository at this point in the history
  18. Rename

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b6c8a50 View commit details
    Browse the repository at this point in the history
  19. Inline

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    27e1ce1 View commit details
    Browse the repository at this point in the history
  20. Remove dead

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    df6b8cf View commit details
    Browse the repository at this point in the history
  21. Style

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    699fa16 View commit details
    Browse the repository at this point in the history
  22. Rename

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0f33194 View commit details
    Browse the repository at this point in the history
  23. Document

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    02ab6d5 View commit details
    Browse the repository at this point in the history
  24. Use get_key_cols()

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    526b3c7 View commit details
    Browse the repository at this point in the history
  25. Use new_keys()

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    fa837cd View commit details
    Browse the repository at this point in the history
  26. Avoid verify_output()

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    cfc0d68 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c6277fc View commit details
    Browse the repository at this point in the history
  28. Fix merge

    krlmlr committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    c3811e4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    44a52be View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1184568 View commit details
    Browse the repository at this point in the history