Skip to content

issues Search Results · repo:prisma/tiberius language:Rust

Filter by

168 results
 (50 ms)

168 results

inprisma/tiberius (press backspace or delete to remove)

Hi, I am hoping to extract a date variable from row, using something along the lines of: let value: Option f64 = row.get:: f64, _ (field_name_str); When trying different options I get: = help: the ...
  • cstrickland-pag
  • Opened 
    4 days ago
  • #377

Code: use tiberius::{Client, Config, AuthMethod, error::Error}; use tokio_util::compat::TokioAsyncWriteCompatExt; use tokio::net::TcpStream; #[tokio::main] async fn main() - Result (), Box dyn std::error::Error ...
  • Schira4396
  • Opened 
    on Feb 20
  • #375

I m migrating a table from one database to another using Tiberius. The schemas of the source and target tables are almost identical, with the only difference being that the source table has an IDENTITY ...
  • hugomf
  • 2
  • Opened 
    on Jan 23
  • #373

I am unable to get more than 1 row. In the current instance I need to receive 2 rows. I ve tried matching QueryItem::Row(row) and stream.into_row_stream. But I simply cannot get it to return more than ...
  • brsnik
  • 1
  • Opened 
    on Dec 14, 2024
  • #371

I am inserting close to 2 million rows into three different tables using bulk load. One of them represents 1.2 million rows with 7 columns. I had a look to heaptrack s collected data, and it appears that ...
  • aurelien-riv
  • Opened 
    on Dec 7, 2024
  • #369

I have been encountering an issue in regards to how negative floats have been getting handled. If there is a negative numeric for instance -17.80 within the data, the resulting value will be along the ...
  • sentrisable
  • Opened 
    on Nov 18, 2024
  • #368

Hi everyone! We encountered an issue with the default SQL Server behaviour of treating String parameters (part of a prepared statement) being considered as NVARCAR on the executed statement. And this ...
  • dxps
  • Opened 
    on Oct 30, 2024
  • #367

This is because the return QueryStream rely on the connection, means I can t write a function to return stream of rows in Repository methods: img width= 573 alt= image src= https://github.com/user-attachments/assets/02eac207-2605-4f0e-ae35-0a3780f0ba15 ...
  • kzhui125
  • Opened 
    on Oct 23, 2024
  • #365

I have tested rustls/vendored-openssl feature, it doesn t work for macOS 15 connecting to SQL Server 2014 in Windows Server 2012 R2 [target. cfg(not(windows)) .dependencies.tiberius] version = 0.12 ...
  • kzhui125
  • 2
  • Opened 
    on Oct 22, 2024
  • #364

for my testing: macOS 15 + native-tls: connection timeout error to sql server 2019/2022 macOS 15 + rustls: connection ok to sql server 2019/2022 Windows + native-tls: connection ok to sql server 2014/2019/2022 ...
  • kzhui125
  • 1
  • Opened 
    on Oct 22, 2024
  • #363
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub