Pireal

Latest version: v3.1.0

Safety actively analyzes 623165 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.1.0

Changelog

* feature: new Makefile
* feature: new CI
* refactor: new Start Page (no QML)
* fix: translations and menu actions
* feat: replace QML ListView by QListView with custom delegate
* feat: settings dialog
* feat: new settings manager
* refactor: rename src by package name
* feature: add thread to check updates
* fix: set Qt.AA_EnableHighDpiScaling before QApplication is created
* feature: dark mode
* fix: font for platform
* feat: add Font Awesome icon/font application
* refactor: better and more tests
* refactor: module names and better fs
* feat: add own ordered set implementation
* feat: custom status bar
* fix: use QInputDialog in custom header
* feature: add translations eng/es
* fix color in null items
* fix: now ordered set has __setitem__ for updates
* fix: encoding when open file
* fix: add pireal.spec for PyInstaller
* feature: add script to build binary and generate installer
* deploy: add install script to create shortcuts after installation

3.0

:mega:

2.0.2

Changelog

* New interpreter. Includes **Scanner**, **Lexer** and **Parser**. See [Interpreter](https://github.com/centaurialpha/pireal/tree/master/src/core/interpreter).
* Now you can work with **dates** and **times** natively.

query_1 := select date > '01/01/1991' (dates);

* Improved GUI with QtQuick Controls.
* Support for the operations of: **Left**, **Right** and **Full Outer Join**.

query_1 := employee louter salary;
query_2 := employee router salary;
query_3 := employee fouter salary;

* Improved data management with **Model/View/Delegate** pattern.

1.0.2

- **Support date type**
- **Undock Editor**
- **Execute queries selection**
- Check updates on startup
- Improve about dialog
- Report issue action
- **Fixed text codec on Windows**

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.