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

Port BRSQL to rust-g #25

Merged
merged 35 commits into from May 14, 2020
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ff2634e
is there a ballmer peak for sleep deprivation
Apr 9, 2020
74d4693
i'm dumb, no Arc needed
Apr 9, 2020
802e0b4
this is probably bad but it looks nicer
Apr 9, 2020
6523a25
sql_connected
Apr 9, 2020
c95ffe8
TODO
Apr 9, 2020
4c8fd25
I have forgotten how this code works but it compiles
Apr 9, 2020
488618e
add SQL module to the DM API
Apr 10, 2020
9fef600
Fix typo
Apr 10, 2020
e8aa2ca
both TEXT and BINARY types work now
Apr 10, 2020
5bdc7d7
Iterators!
Apr 10, 2020
3b99964
whoops fix that
Apr 10, 2020
f9df63f
I'm stoopid.
Apr 10, 2020
8bcaac6
disconect i guess
Apr 10, 2020
fbb8691
Code cleanup
Apr 11, 2020
b30d2a7
Functional code cleanup #2
Apr 11, 2020
ba1abf5
Merge branch 'master' of https://github.com/tgstation/rust-g into the…
Apr 11, 2020
e1022dd
Whoops.
Apr 11, 2020
370357c
Change that back to to_owned (because the bug is now fixed)
Apr 11, 2020
b2e1eb8
Forgot to add that to the API.
Apr 11, 2020
87d36a8
Cleanup
Apr 11, 2020
62b034f
Fix
Apr 11, 2020
15ddae9
Add sql module to default.
Apr 11, 2020
4e0fcad
remove some returns
Apr 11, 2020
4aecf2d
Merge branch 'master' of https://github.com/tgstation/rust-g into the…
Apr 11, 2020
344e966
Use owned serde->mysql conversion
SpaceManiac Apr 19, 2020
fb5b0dc
Remove unneeded to_string
SpaceManiac Apr 19, 2020
68ad507
More code simplification
SpaceManiac Apr 19, 2020
7766a92
Use an RwLock for the pool and hold the lock for less time
SpaceManiac Apr 19, 2020
7ccbaa9
More cleanup
SpaceManiac Apr 19, 2020
ee74543
Merge branch 'master' of https://github.com/tgstation/rust-g into the…
Apr 20, 2020
f1a87ab
this is probably very stupid btw
Apr 24, 2020
cf6ff53
Merge branch 'master' of https://github.com/tgstation/rust-g into the…
May 13, 2020
ca05935
Remove that
May 13, 2020
b949dc7
Upgrade to mysql v18.2
SpaceManiac May 14, 2020
056fef3
return of newline
SpaceManiac May 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
is there a ballmer peak for sleep deprivation
  • Loading branch information
steamport committed Apr 9, 2020
commit ff2634e2c093fdbbcb3e80f3f8179413b750f8be
Loading