mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #977] 用PostgreSQL储时无法删除项目 #3706
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3706
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laingscomrob on GitHub (Aug 24, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/977
Originally assigned to: @VShawn on GitHub.
这个软件帮了我的大忙,管理企业电脑用数据库存储,可以多地登陆管理。发现有个问题,用PostgreSQL储时无法删除项目,可以增加、修改,但是无法删除。
错误提示:
42601:语法错误 在"$1"或者附近的
POSITION:37
由于是多地登录,希望可以增加一个本地认证或者本地密码,才可启动1Remote。
如果能出Android平台或者iOS平台的,简直就太棒了,跨平台多地同步数据。
作者加油,希望带来更好的作品,谢谢你的软件!
@VShawn commented on GitHub (Aug 25, 2025):
hi, @goldenbull I have received feedback about PostgreSQL being unable to delete data. Could you please help me check this issue? I currently don't have time to install and maintain an additional database.
@VShawn commented on GitHub (Aug 25, 2025):
@laingscomrob
这个不会实现,因为我们认为此类工具不应该部署在公共PC上,而对个人电脑Windows的账号密码就足够保护,1Remote没必要再单独做一个密码。
这个也不会做了,因为我实在没有更多精力重新写一个跨平台的程序了。
@goldenbull commented on GitHub (Aug 29, 2025):
@laingscomrob 这个bug已经fix了,PR 已经在
e81142e612中合并了,但还没有release,需要你自己build from source@VShawn commented on GitHub (Aug 30, 2025):
原来如此 是这个原因吗。那么我基于
e81142e发一个小版本吧@VShawn commented on GitHub (Aug 30, 2025):
done :) https://github.com/1Remote/1Remote/releases/tag/1.2.1
@laingscomrob commented on GitHub (Aug 31, 2025):
非常感谢!!!