PARTIALLY SIDED?
certified woman
PARTIALLY SIDED?
I switched to using tiberius
bit different but not too hard don’t have my code on hand atm but this is how I started with it
let mut config = Config::new();
config.host("your_server_name");
config.database("your_database_name");
config.authentication(tiberius::AuthMethod::sql_server("your_username", "your_password"));
config.trust_cert();
let tcp = TcpStream::connect(config.get_addr()).await?;
tcp.set_nodelay(true)?;
let mut client = Client::connect(config, tcp.compat_write()).await?;
then I did something along the lines of
fn main() {
let stream = client.query(&query, &[]).await?;
let rows = stream.into_first_result().await?;
let db_data: Vec<MyObject> = rows.into_iter().map(mapping_function_i_made_for_myobject).collect();
}
fn mapping_function_i_made_for_myobject(row: Row) -> MyObject {
MyObject {
my_date_field: row.get::<NaiveDateTime, _>("my_date_field").map(|dt| Local.from_local_datetime(&dt).unwrap()),
}
}
just started out rust and made a massive thing with sqlx only to find out the latest versions don’t have mssql support anymore and the last version that did doesn’t support decoding DateTime<Utc> 😭😭😭
had to rewrite the whole thing again with Tiberius, painful yet educational
it’s almost like they’re pulling it out their asses
‘No Way To Prevent This,’ Says Only Nation Where This Regularly Happens
vertical tabs reinforce this delusion in me
dupe comment probably from internet issue or something just letting u know
pretty much
and don’t call me Shirley
motherfucker YOU WANTED THESE DEBATES IN THE FIRST PLACE
honestly the only thing that is stopping me moving rn is Google Pay contactless for my bank cards and my bank app having ridiculous requirements with safetycheck.
fair enough for the ai tbh
bouta make true AGI so I can create friends to play with
imo not really cos he would’ve endorsed someone with a bit more brain capacity than him and not kept sabotaging himself
they experienced it so we didn’t have to 🙌
their sacrifice shall not be forgotten.
I thought he was gonna announce he’d drop out but this is so much better
highly recommend checking it out! it’s very feature rich!
it enables me leaving open a billion tabs because they’re so easy to switch between and organise with it 😭😭😭
I think the ultimate form of Firefox vertical tabs is sideberry
when they natively have all or most of the features that sideberry has, they would have mastered it
arnold schwarze-WINNER