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

Use or discard commented-out tests from R3-Alpha driver #6

Open
hostilefork opened this issue Oct 20, 2019 · 0 comments
Open

Use or discard commented-out tests from R3-Alpha driver #6

hostilefork opened this issue Oct 20, 2019 · 0 comments

Comments

@hostilefork
Copy link
Member

The following was in the original code. It was hanging around in comments, and has been deleted and moved here for review.

a: b: c: 0
dt [loop 512 [
    cache: open odbc://cachesamples
    a: a + 1
    close cache
    b: b + 1
]]

a: b: c: 0
dt [loop 512 [
    cache: open odbc://cachesamples
    a: a + 1
    db: first cache
    b: b + 1
    close cache
    c: c + 1
]]

dbs: []
a: 0
dt [
    cache: open odbc://cachesamples
    loop 512 [append dbs first cache | a: a + 1]
    close cache
]

a: b: c: 0
dt [loop 512 [
    postgresql: open odbc://pgsamples
    a: a + 1
    close postgresql
    b: b + 1
]]

a: b: c: 0
dt [loop 512 [
    postgresql: open odbc://pgsamples
    a: a + 1
    db: first postgresql
    b: b + 1
    close postgresql
    c: c + 1
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant