add: allow commas in names
https://tetratto.com/post/182999539626541056
This commit is contained in:
parent
efb259764e
commit
6fa273b9f5
3 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,8 @@ use crate::{
|
|||
};
|
||||
use super::DataManager;
|
||||
|
||||
pub const NAME_REGEX: &str = r"[^\w_\-\.,!]+";
|
||||
|
||||
impl DataManager {
|
||||
pub async fn init(&self) -> Result<()> {
|
||||
let conn = match self.connect().await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue