mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-22 06:19:29 +08:00
Fix tests
This commit is contained in:
@@ -688,7 +688,9 @@ mod test {
|
||||
use std::f64::EPSILON;
|
||||
use std::os::raw::c_double;
|
||||
|
||||
use crate::functions::{Aggregate, Context, WindowAggregate};
|
||||
use crate::functions::{Aggregate, Context};
|
||||
#[cfg(feature = "window")]
|
||||
use crate::functions::WindowAggregate;
|
||||
use crate::{Connection, Error, Result, NO_PARAMS};
|
||||
|
||||
fn half(ctx: &Context<'_>) -> Result<c_double> {
|
||||
|
Reference in New Issue
Block a user