Firebird 2.5 Language ReferenceFirebird 2.5 Language Reference Dmitry Filippov, Alexander Karpeykin, Alexey Kovyazin, Dmitry Kuzmenko, Denis Simonov, Paul Vinkenoog, Dmitry Yemanov Version 1.16, 15 December 2023 The source of much much copied reference material: Paul Vinkenoog Copyright © 2017-2023 Firebird Project and all contributing authors, under the Public Documentation License Version 1.0. Please refer to the License Notice This volume represents a compilation of topics concerning Firebird’s SQL language written by members of the Russian-speaking community of Firebird developers and users. In 2014, it culminated in a language0 码力 | 521 页 | 2.30 MB | 1 年前3
Firebird 2.5 LangRef Update Russianязыку SQL Firebird 2.5 – Обновление справочника языка SQL Всё новое в языке SQL Firebird начиная с InterBase 6 Paul Vinkenoog 8 октября 2011 года, версия 1.1 — охватывает Firebird 2.5 и 2.5.1 (Примечание охватывает Firebird до версии 2.5.2 включительно) 1 Руководство по языку SQL Содержание 1. Введение Что содержит данный документ Охватываемые версии Авторство Благодарности 2. Новое в Firebird 2.5 типа CSTRING Передача NULL в UDF в Firebird 2 «Обновление» функции ib_udf в существующей базе данных Максимальное количество индексов в различных версиях Firebird Поле RDB$VALID_BLR Приложение В:Зарезервированные0 码力 | 364 页 | 1.45 MB | 1 年前3
Scrapy 2.5 Documentation3 The improvements proposed by Evan Jones, which are detailed in this paper, got merged in Python 2.5, but this only reduces the problem, it doesn’t fix it completely. To quote the paper: Unfortunately response 6.6. Signals 257 Scrapy Documentation, Release 2.5.1 headers_received New in version 2.5. scrapy.signals.headers_received(headers, request, spider) Sent by the HTTP 1.1 and S3 download handlers module • dropped support for Python 2.5. See https://blog.scrapinghub.com/2012/02/27/ scrapy-0-15-dropping-support-for-python-2-5/ • dropped support for Twisted 2.5 • added REFERER_ENABLED setting, to0 码力 | 366 页 | 1.56 MB | 1 年前3
Celery 2.5 DocumentationContents 1 Celery Documentation, Release 2.5.5 2 Contents CHAPTER 1 Getting Started Release 2.5 Date February 04, 2014 1.1 Introduction Version 2.5.5 Web http://celeryproject.org/ Download http://pypi repository by doing the following: $ git clone git://github.com/celery/celery.git 1.2 Brokers Release 2.5 Date February 04, 2014 Celery supports several message transport alternatives. 6 Chapter 1. Getting directory for the full license text. 16 Chapter 1. Getting Started CHAPTER 2 User Guide Release 2.5 Date February 04, 2014 2.1 Overview • Tasks • Workers • Monitoring • Routing • Ecosystem – Kombu0 码力 | 400 页 | 1.40 MB | 1 年前3
The Weblate Manual 2.5Weblate Documentation Release 2.5 Michal ˇCihaˇr March 30, 2016 Contents 1 About Weblate 3 1.1 Project goals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Downloading and uploading translations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 2.5 Checks and fixups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 8 Changes 137 8.1 weblate 2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1370 码力 | 166 页 | 1.38 MB | 1 年前3
Conan 2.5 Documentationsystem integrations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 2.5 New custom user commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . achieve a better IDE integration, for example via CMakeP- resets.json. See also: • Tools reference 2.5 New custom user commands Conan 2 allows extending Conan with custom user commands, written in python include versions 1.3 and 1.8.1, but will exclude versions like 0.8 or 2.0. Likewise requires = "pkg/[~2.5]" will include 2.5.0 and 2.5.3, but exclude 2.1, 2.7, 2.8. The caret ^ operator is very similar to0 码力 | 769 页 | 4.70 MB | 1 年前3
Firebird Internals: Inside a Firebird DatabaseFirebird Internals Inside a Firebird Database Norman Dunbar Version 1.2, 13 August 2021 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . document is to try to explain what goes on inside a Firebird database. Much of the information in this manual has been extracted from the Firebird source code — mainly on the ODS related code and headers patiently answered on the Firebird Support forums where the developers hang out. Much hex dumping of database files was undertaken in the creation of this document, but no Firebird databases were harmed0 码力 | 63 页 | 261.00 KB | 1 年前3
firebird cacheFirebird Database Cache Buffer Norman Dunbar, Martin Köditz Version 1.2, 28 May 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2. The Firebird Cache. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 Table of Contents 1 Chapter 1. Introduction Firebird uses a page cache to hold pages in memory. It is much quicker to retrieve pages from RAM than to0 码力 | 11 页 | 82.76 KB | 1 年前3
firebird gsplitFirebird Backup File Splitting Filter Norman Dunbar Version 1.2, 19 June 2020 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . split large backup files even if gsplit is supplied with your Firebird release. Gsplit is only supplied with the Windows version of Firebird 1.5, it is not supplied with the Linux version. Linux doesn’t it can split files using the split command as well as using gbak. In testing with Firebird 1.5 and Firebird 2.0 on Windows XP Home and WIndows 2000, gsplit doesn’t seem to work properly and always0 码力 | 10 页 | 103.73 KB | 1 年前3
firebird isqlFirebird Interactive SQL Utility Kamala Vadlamani, Paul Vinkenoog, Norman Dunbar, Mark Rotteveel Version 1.0, 24 December 2021 Table of Contents 1. Introduction. . . . . . . . . . . . . . . . . . Table of Contents 3 Chapter 1. Introduction This manual provides reference material for the Firebird Interactive SQL Utility (isql), and instructions on how to use it to perform tasks within the database isql utility in Firebird version 1.5 and higher. Chapter 1. Introduction 4 Chapter 2. Overview The isql utility is a text-mode client tool located in the bin directory of the Firebird installation. It0 码力 | 76 页 | 369.92 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













